LLVM 20.0.0git
|
Classes | |
struct | RegisterMCTargetOptionsFlags |
Create this object with static storage to register mc-related command line options. More... | |
Functions | |
bool | getRelaxAll () |
std::optional< bool > | getExplicitRelaxAll () |
bool | getIncrementalLinkerCompatible () |
bool | getFDPIC () |
int | getDwarfVersion () |
bool | getDwarf64 () |
EmitDwarfUnwindType | getEmitDwarfUnwind () |
bool | getEmitCompactUnwindNonCanonical () |
bool | getShowMCInst () |
bool | getFatalWarnings () |
bool | getNoWarn () |
bool | getNoDeprecatedWarn () |
bool | getNoTypeCheck () |
bool | getSaveTempLabels () |
bool | getCrel () |
bool | getX86RelaxRelocations () |
bool | getX86Sse2Avx () |
std::string | getABIName () |
std::string | getAsSecureLogFile () |
MCTargetOptions | InitMCTargetOptionsFromFlags () |
std::string llvm::mc::getABIName | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
std::string llvm::mc::getAsSecureLogFile | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getCrel | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getDwarf64 | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
int llvm::mc::getDwarfVersion | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getEmitCompactUnwindNonCanonical | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
EmitDwarfUnwindType llvm::mc::getEmitDwarfUnwind | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
std::optional< bool > llvm::mc::getExplicitRelaxAll | ( | ) |
bool llvm::mc::getFatalWarnings | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getFDPIC | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getIncrementalLinkerCompatible | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getNoDeprecatedWarn | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getNoTypeCheck | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getNoWarn | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getRelaxAll | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getSaveTempLabels | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getShowMCInst | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getX86RelaxRelocations | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
bool llvm::mc::getX86Sse2Avx | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
MCTargetOptions llvm::mc::InitMCTargetOptionsFromFlags | ( | ) |
Definition at line 162 of file MCTargetOptionsCommandFlags.cpp.
References getABIName(), getAsSecureLogFile(), getCrel(), getDwarf64(), getDwarfVersion(), getEmitCompactUnwindNonCanonical(), getEmitDwarfUnwind(), getFatalWarnings(), getFDPIC(), 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().