Home
last modified time | relevance | path

Searched refs:convertFromNewDbgValues (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp26 M.convertFromNewDbgValues(); in run()
63 M.convertFromNewDbgValues(); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp38 M.convertFromNewDbgValues(); in run()
82 F.convertFromNewDbgValues(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp46 M.convertFromNewDbgValues(); in runOnModule()
94 F.convertFromNewDbgValues(); in runOnFunction()
H A DBasicBlock.cpp96 void BasicBlock::convertFromNewDbgValues() { in convertFromNewDbgValues() function in BasicBlock
198 convertFromNewDbgValues(); in setIsNewDbgInfoFormat()
H A DFunction.cpp91 void Function::convertFromNewDbgValues() { in convertFromNewDbgValues() function in Function
94 BB.convertFromNewDbgValues(); in convertFromNewDbgValues()
102 convertFromNewDbgValues(); in setIsNewDbgInfoFormat()
H A DLegacyPassManager.cpp548 M.convertFromNewDbgValues(); in run()
H A DAsmWriter.cpp3853 const_cast<Function *>(F)->convertFromNewDbgValues(); in printFunction()
4761 const_cast<Module *>(this)->convertFromNewDbgValues(); in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp806 M.convertFromNewDbgValues(); in runOnModule()
839 F.convertFromNewDbgValues(); in runOnFunction()
873 M.convertFromNewDbgValues(); in runOnModule()
923 F.convertFromNewDbgValues(); in runOnFunction()
1014 M.convertFromNewDbgValues(); in run()
1060 M.convertFromNewDbgValues(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h230 void convertFromNewDbgValues() { in convertFromNewDbgValues() function
232 F.convertFromNewDbgValues(); in convertFromNewDbgValues()
H A DBasicBlock.h89 void convertFromNewDbgValues();
H A DFunction.h120 void convertFromNewDbgValues();
H A DPassManager.h80 IR.convertFromNewDbgValues(); in doConvertDebugInfoToOld()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp988 const_cast<Module &>(M).convertFromNewDbgValues(); in printMIR()
1002 const_cast<Function &>(MF.getFunction()).convertFromNewDbgValues(); in printMIR()