|
LLVM
3.7.0
|
Go to the source code of this file.
Functions | |
| cl::opt < MCTargetOptions::AsmInstrumentation > | AsmInstrumentation ("asm-instrumentation", cl::desc("Instrumentation of inline assembly and ""assembly source files"), cl::init(MCTargetOptions::AsmInstrumentationNone), cl::values(clEnumValN(MCTargetOptions::AsmInstrumentationNone,"none","no instrumentation at all"), clEnumValN(MCTargetOptions::AsmInstrumentationAddress,"address","instrument instructions with memory arguments"), clEnumValEnd)) |
| cl::opt< bool > | RelaxAll ("mc-relax-all", cl::desc("When used with filetype=obj, ""relax all fixups in the emitted object file")) |
| cl::opt< int > | DwarfVersion ("dwarf-version", cl::desc("Dwarf version"), cl::init(0)) |
| cl::opt< bool > | ShowMCInst ("asm-show-inst", cl::desc("Emit internal instruction representation to ""assembly file")) |
| cl::opt< std::string > | ABIName ("target-abi", cl::Hidden, cl::desc("The name of the ABI to be targeted from the backend."), cl::init("")) |
| static MCTargetOptions | InitMCTargetOptionsFromFlags () |
| cl::opt<std::string> ABIName | ( | "target-abi" | , |
| cl::Hidden | , | ||
| cl:: | desc"The name of the ABI to be targeted from the backend.", | ||
| cl:: | init"" | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags(), and llvm::operator==().
| cl::opt<MCTargetOptions::AsmInstrumentation> AsmInstrumentation | ( | "asm-instrumentation" | , |
| cl:: | desc"Instrumentation of inline assembly and ""assembly source files", | ||
| cl:: | initMCTargetOptions::AsmInstrumentationNone, | ||
| cl:: | valuesclEnumValN(MCTargetOptions::AsmInstrumentationNone,"none","no instrumentation at all"), clEnumValN(MCTargetOptions::AsmInstrumentationAddress,"address","instrument instructions with memory arguments"), clEnumValEnd | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
Referenced by InitMCTargetOptionsFromFlags(), and llvm::operator==().
|
inlinestatic |
Definition at line 48 of file MCTargetOptionsCommandFlags.h.
References llvm::MCTargetOptions::ABIName, ABIName(), AsmInstrumentation(), llvm::MCTargetOptions::AsmInstrumentationAddress, DwarfVersion(), llvm::MCTargetOptions::DwarfVersion, llvm::MCTargetOptions::MCRelaxAll, RelaxAll(), llvm::MCTargetOptions::SanitizeAddress, llvm::MCTargetOptions::ShowMCInst, and ShowMCInst().
Referenced by InitTargetOptionsFromCodeGenFlags().
| cl::opt<bool> RelaxAll | ( | "mc-relax-all" | , |
| cl:: | desc"When used with filetype=obj, ""relax all fixups in the emitted object file" | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
| cl::opt<bool> ShowMCInst | ( | "asm-show-inst" | , |
| cl:: | desc"Emit internal instruction representation to ""assembly file" | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags(), and llvm::operator==().
1.8.6