Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp287 extern cl::opt<bool> UseNewDbgInfoFormat;
468 UseNewDbgInfoFormat = true; in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp210 extern cl::opt<bool> UseNewDbgInfoFormat;
373 UseNewDbgInfoFormat = true; in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp34 UseNewDbgInfoFormat("experimental-debuginfo-iterators", variable
65 if (!UseNewDbgInfoFormat) in convertToNewDbgValues()
H A DLegacyPassManager.cpp34 extern cl::opt<bool> UseNewDbgInfoFormat;
533 if (UseNewDbgInfoFormat) in run()
H A DInstruction.cpp130 extern cl::opt<bool> UseNewDbgInfoFormat;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h62 extern llvm::cl::opt<bool> UseNewDbgInfoFormat;
72 return !IR.IsNewDbgInfoFormat && UseNewDbgInfoFormat; in shouldConvertDbgInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp90 extern cl::opt<bool> UseNewDbgInfoFormat;
1651 if (!UseNewDbgInfoFormat) { in insertDbgValueOrDPValue()
1669 if (!UseNewDbgInfoFormat) { in insertDbgValueOrDPValueAfter()
1789 assert(UseNewDbgInfoFormat); in ConvertDebugDeclareToDebugValue()
1854 assert(UseNewDbgInfoFormat); in ConvertDebugDeclareToDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1275 if (UseNewDbgInfoFormat) { in buildFrameDebugInfo()
1889 if (UseNewDbgInfoFormat) { in insertSpills()