Home
last modified time | relevance | path

Searched refs:UseNewDbgInfoFormat (Results 1 – 18 of 18) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp70 extern cl::opt<bool> UseNewDbgInfoFormat;
146 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat && in main()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h24 extern llvm::cl::opt<bool> UseNewDbgInfoFormat;
69 ScopedDbgInfoFormatSetter FormatSetter(IR, UseNewDbgInfoFormat); in run()
/src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp137 extern cl::opt<bool> UseNewDbgInfoFormat;
557 SetFormat(UseNewDbgInfoFormat && WriteNewDbgInfoFormatToBitcode); in main()
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp195 extern cl::opt<bool> UseNewDbgInfoFormat;
241 UseNewDbgInfoFormat = true; in run()
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp210 extern cl::opt<bool> UseNewDbgInfoFormat;
372 UseNewDbgInfoFormat = true; in main()
/src/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp288 extern cl::opt<bool> UseNewDbgInfoFormat;
470 UseNewDbgInfoFormat = true; in optMain()
/src/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp57 extern cl::opt<bool> UseNewDbgInfoFormat;
77 IsNewDbgInfoFormat(UseNewDbgInfoFormat) { in Module()
H A DBasicBlock.cpp33 cl::opt<bool> UseNewDbgInfoFormat( variable
184 IsNewDbgInfoFormat(UseNewDbgInfoFormat), Parent(nullptr) { in BasicBlock()
H A DLegacyPassManager.cpp34 extern cl::opt<bool> UseNewDbgInfoFormat;
534 ScopedDbgInfoFormatSetter FormatSetter(M, UseNewDbgInfoFormat); in run()
H A DFunction.cpp86 extern cl::opt<bool> UseNewDbgInfoFormat;
485 NumArgs(Ty->getNumParams()), IsNewDbgInfoFormat(UseNewDbgInfoFormat) { in Function()
H A DInstruction.cpp124 extern cl::opt<bool> UseNewDbgInfoFormat;
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp272 extern cl::opt<bool> UseNewDbgInfoFormat;
957 UseNewDbgInfoFormat = true; in main()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp91 extern cl::opt<bool> UseNewDbgInfoFormat;
1664 if (!UseNewDbgInfoFormat) { in insertDbgValueOrDbgVariableRecord()
1681 if (!UseNewDbgInfoFormat) { in insertDbgValueOrDbgVariableRecordAfter()
1802 assert(UseNewDbgInfoFormat); in ConvertDebugDeclareToDebugValue()
1869 assert(UseNewDbgInfoFormat); in ConvertDebugDeclareToDebugValue()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp47 extern cl::opt<bool> UseNewDbgInfoFormat;
1278 if (UseNewDbgInfoFormat) { in buildFrameDebugInfo()
1919 if (UseNewDbgInfoFormat) { in insertSpills()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp69 extern cl::opt<bool> UseNewDbgInfoFormat;
595 CombinedModule->IsNewDbgInfoFormat = UseNewDbgInfoFormat; in RegularLTOState()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp113 extern cl::opt<bool> UseNewDbgInfoFormat;
4399 UseNewDbgInfoFormat && in parseModule()
6920 UseNewDbgInfoFormat = SeenDebugRecord; in materialize()
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp66 extern llvm::cl::opt<bool> UseNewDbgInfoFormat;
215 UseNewDbgInfoFormat = SeenNewDbgInfoFormat; in validateEndOfModule()
454 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat); in validateEndOfModule()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp104 extern llvm::cl::opt<bool> UseNewDbgInfoFormat;