LLVM API Documentation
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")) |
static MCTargetOptions | InitMCTargetOptionsFromFlags () |
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().
cl::opt<int> DwarfVersion | ( | "dwarf-version" | , |
cl:: | desc"Dwarf version", | ||
cl:: | init0 | ||
) |
Referenced by InitMCTargetOptionsFromFlags(), and llvm::operator==().
static MCTargetOptions InitMCTargetOptionsFromFlags | ( | ) | [inline, static] |
Definition at line 43 of file MCTargetOptionsCommandFlags.h.
References AsmInstrumentation(), llvm::MCTargetOptions::AsmInstrumentationAddress, llvm::MCTargetOptions::DwarfVersion, 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==().