Home
last modified time | relevance | path

Searched refs:InstPrinterOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp55 static cl::list<std::string> InstPrinterOptions("M", variable
379 MCOptions.InstPrinterOptions = InstPrinterOptions; in main()
551 for (StringRef Opt : InstPrinterOptions) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h99 std::vector<std::string> InstPrinterOptions; variable
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp73 InstPrinterOptions("M", cl::desc("InstPrinter options")); variable
510 Options.MCOptions.InstPrinterOptions = InstPrinterOptions; in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenTargetMachineImpl.cpp175 for (StringRef Opt : Options.MCOptions.InstPrinterOptions) in createMCStreamer()