LLVM 18.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 () |
int | getDwarfVersion () |
bool | getDwarf64 () |
EmitDwarfUnwindType | getEmitDwarfUnwind () |
bool | getEmitCompactUnwindNonCanonical () |
bool | getShowMCInst () |
bool | getFatalWarnings () |
bool | getNoWarn () |
bool | getNoDeprecatedWarn () |
bool | getNoTypeCheck () |
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::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::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::getShowMCInst | ( | ) |
Referenced by InitMCTargetOptionsFromFlags().
MCTargetOptions llvm::mc::InitMCTargetOptionsFromFlags | ( | ) |
Definition at line 134 of file MCTargetOptionsCommandFlags.cpp.
References getABIName(), getAsSecureLogFile(), getDwarf64(), getDwarfVersion(), getEmitCompactUnwindNonCanonical(), getEmitDwarfUnwind(), getFatalWarnings(), getIncrementalLinkerCompatible(), getNoDeprecatedWarn(), getNoTypeCheck(), getNoWarn(), getRelaxAll(), getShowMCInst(), and Options.
Referenced by llvm::DwarfStreamer::init(), llvm::dwarflinker_parallel::DwarfEmitterImpl::init(), and llvm::codegen::InitTargetOptionsFromCodeGenFlags().