Home | History | Annotate | Download | only in MC

Lines Matching refs:opt

22 cl::opt<MCTargetOptions::AsmInstrumentation> AsmInstrumentation(
31 cl::opt<bool> RelaxAll("mc-relax-all",
35 cl::opt<bool> IncrementalLinkerCompatible(
41 cl::opt<bool> PIECopyRelocations("pie-copy-relocations", cl::desc("PIE Copy Relocations"));
43 cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
46 cl::opt<bool> ShowMCInst("asm-show-inst",
50 cl::opt<bool> FatalWarnings("fatal-warnings",
53 cl::opt<bool> NoWarn("no-warn", cl::desc("Suppress all warnings"));
56 cl::opt<bool> NoDeprecatedWarn("no-deprecated-warn",
59 cl::opt<std::string>