Home
last modified time | relevance | path

Searched refs:WriteNewDbgInfoFormat (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp25 extern cl::opt<bool> WriteNewDbgInfoFormat;
38 ScopedDbgInfoFormatSetter FormatSetter(M, WriteNewDbgInfoFormat); in run()
42 if (WriteNewDbgInfoFormat) in run()
82 ScopedDbgInfoFormatSetter FormatSetter(F, WriteNewDbgInfoFormat); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp26 cl::opt<bool> WriteNewDbgInfoFormat( variable
50 ScopedDbgInfoFormatSetter FormatSetter(M, WriteNewDbgInfoFormat); in runOnModule()
54 if (WriteNewDbgInfoFormat) in runOnModule()
98 ScopedDbgInfoFormatSetter FormatSetter(F, WriteNewDbgInfoFormat); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp83 extern cl::opt<bool> WriteNewDbgInfoFormat;
261 M->setIsNewDbgInfoFormat(WriteNewDbgInfoFormat); in main()
262 if (WriteNewDbgInfoFormat) in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp139 extern cl::opt<bool> WriteNewDbgInfoFormat;
554 SetFormat(WriteNewDbgInfoFormat); in main()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp72 extern cl::opt<bool> WriteNewDbgInfoFormat;
1002 WriteNewDbgInfoFormat); in printMIR()
1012 const_cast<Function &>(MF.getFunction()), WriteNewDbgInfoFormat); in printMIR()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp116 extern cl::opt<bool> WriteNewDbgInfoFormat;
6922 WriteNewDbgInfoFormat = SeenDebugRecord; in materialize()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp69 extern cl::opt<bool> WriteNewDbgInfoFormat;
217 WriteNewDbgInfoFormat = SeenNewDbgInfoFormat; in validateEndOfModule()