LLVM 22.0.0git
|
Classes | |
struct | RegisterMCTargetOptionsFlags |
Create this object with static storage to register mc-related command line options. More... |
Functions | |
bool | isRelocation (MCFixupKind FixupKind) |
bool | isRelocRelocation (MCFixupKind FixupKind) |
LLVM_ABI bool | getRelaxAll () |
LLVM_ABI std::optional< bool > | getExplicitRelaxAll () |
LLVM_ABI bool | getIncrementalLinkerCompatible () |
LLVM_ABI bool | getFDPIC () |
LLVM_ABI int | getDwarfVersion () |
LLVM_ABI bool | getDwarf64 () |
LLVM_ABI EmitDwarfUnwindType | getEmitDwarfUnwind () |
LLVM_ABI bool | getEmitCompactUnwindNonCanonical () |
LLVM_ABI bool | getEmitSFrameUnwind () |
LLVM_ABI bool | getShowMCInst () |
LLVM_ABI bool | getFatalWarnings () |
LLVM_ABI bool | getNoWarn () |
LLVM_ABI bool | getNoDeprecatedWarn () |
LLVM_ABI bool | getNoTypeCheck () |
LLVM_ABI bool | getSaveTempLabels () |
LLVM_ABI bool | getCrel () |
LLVM_ABI bool | getImplicitMapSyms () |
LLVM_ABI bool | getX86RelaxRelocations () |
LLVM_ABI bool | getX86Sse2Avx () |
LLVM_ABI std::string | getABIName () |
LLVM_ABI std::string | getAsSecureLogFile () |
LLVM_ABI MCTargetOptions | InitMCTargetOptionsFromFlags () |
LLVM_ABI std::string llvm::mc::getABIName | ( | ) |
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
LLVM_ABI std::string llvm::mc::getAsSecureLogFile | ( | ) |
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
LLVM_ABI int llvm::mc::getDwarfVersion | ( | ) |
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
LLVM_ABI EmitDwarfUnwindType llvm::mc::getEmitDwarfUnwind | ( | ) |
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
References LLVM_ABI.
Referenced by InitMCTargetOptionsFromFlags().
MCTargetOptions llvm::mc::InitMCTargetOptionsFromFlags | ( | ) |
Definition at line 177 of file MCTargetOptionsCommandFlags.cpp.
References getABIName(), getAsSecureLogFile(), getCrel(), getDwarf64(), getDwarfVersion(), getEmitCompactUnwindNonCanonical(), getEmitDwarfUnwind(), getEmitSFrameUnwind(), getFatalWarnings(), getFDPIC(), getImplicitMapSyms(), getIncrementalLinkerCompatible(), getNoDeprecatedWarn(), getNoTypeCheck(), getNoWarn(), getRelaxAll(), getSaveTempLabels(), getShowMCInst(), getX86RelaxRelocations(), getX86Sse2Avx(), and Options.
Referenced by llvm::dwarf_linker::classic::DwarfStreamer::init(), llvm::dwarf_linker::parallel::DwarfEmitterImpl::init(), and llvm::codegen::InitTargetOptionsFromCodeGenFlags().
|
inline |
Definition at line 130 of file MCFixup.h.
References llvm::FixupKind(), and llvm::FK_NONE.
Referenced by llvm::ARMAsmBackend::applyFixup(), llvm::AVRAsmBackend::applyFixup(), llvm::CSKYAsmBackend::applyFixup(), llvm::LoongArchAsmBackend::applyFixup(), llvm::RISCVAsmBackend::applyFixup(), llvm::ARMAsmBackend::getFixupKindInfo(), llvm::AVRAsmBackend::getFixupKindInfo(), llvm::CSKYAsmBackend::getFixupKindInfo(), llvm::LoongArchAsmBackend::getFixupKindInfo(), llvm::MipsAsmBackend::getFixupKindInfo(), llvm::RISCVAsmBackend::getFixupKindInfo(), and getPCRelHiFixup().
|
inline |
Definition at line 135 of file MCFixup.h.
References llvm::FirstLiteralRelocationKind, llvm::FixupKind(), and llvm::FK_NONE.
Referenced by llvm::MCAssembler::layout(), and llvm::ELFObjectWriter::recordRelocation().