|
LLVM
4.0.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"))) |
| cl::opt< bool > | RelaxAll ("mc-relax-all", cl::desc("When used with filetype=obj, ""relax all fixups in the emitted object file")) |
| cl::opt< bool > | IncrementalLinkerCompatible ("incremental-linker-compatible", cl::desc("When used with filetype=obj, ""emit an object file which can be used with an incremental linker")) |
| cl::opt< bool > | PIECopyRelocations ("pie-copy-relocations", cl::desc("PIE Copy Relocations")) |
| 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< bool > | FatalWarnings ("fatal-warnings", cl::desc("Treat warnings as errors")) |
| cl::opt< bool > | NoWarn ("no-warn", cl::desc("Suppress all warnings")) |
| cl::alias | NoWarnW ("W", cl::desc("Alias for --no-warn"), cl::aliasopt(NoWarn)) |
| cl::opt< bool > | NoDeprecatedWarn ("no-deprecated-warn", cl::desc("Suppress all deprecated warnings")) |
| 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") | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
| cl::opt<int> DwarfVersion | ( | "dwarf-version" | , |
| cl:: | desc"Dwarf version", | ||
| cl:: | init0 | ||
| ) |
Referenced by llvm::DwarfDebug::DwarfDebug(), InitMCTargetOptionsFromFlags(), and llvm::operator==().
Referenced by InitMCTargetOptionsFromFlags().
| cl::opt<bool> IncrementalLinkerCompatible | ( | "incremental-linker-compatible" | , |
| cl:: | desc"When used with filetype=obj, ""emit an object file which can be used with an incremental linker" | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
|
inlinestatic |
Definition at line 64 of file MCTargetOptionsCommandFlags.h.
References llvm::MCTargetOptions::ABIName, ABIName(), AsmInstrumentation(), llvm::MCTargetOptions::AsmInstrumentationAddress, DwarfVersion(), llvm::MCTargetOptions::DwarfVersion, FatalWarnings(), IncrementalLinkerCompatible(), llvm::MCTargetOptions::MCFatalWarnings, llvm::MCTargetOptions::MCIncrementalLinkerCompatible, llvm::MCTargetOptions::MCNoDeprecatedWarn, llvm::MCTargetOptions::MCNoWarn, llvm::MCTargetOptions::MCPIECopyRelocations, llvm::MCTargetOptions::MCRelaxAll, NoDeprecatedWarn(), NoWarn(), PIECopyRelocations(), RelaxAll(), llvm::MCTargetOptions::SanitizeAddress, ShowMCInst(), and llvm::MCTargetOptions::ShowMCInst.
Referenced by InitTargetOptionsFromCodeGenFlags().
| cl::opt<bool> NoDeprecatedWarn | ( | "no-deprecated-warn" | , |
| cl:: | desc"Suppress all deprecated warnings" | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
Referenced by InitMCTargetOptionsFromFlags().
| cl::alias NoWarnW | ( | "W" | , |
| cl:: | desc"Alias for --no-warn", | ||
| cl:: | aliasoptNoWarn | ||
| ) |
Referenced by InitMCTargetOptionsFromFlags().
| 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