Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp34 M.convertToNewDbgValues(); in run()
69 M.convertToNewDbgValues(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp67 M.convertToNewDbgValues(); in run()
92 F.convertToNewDbgValues(); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp66 M.convertToNewDbgValues(); in runOnModule()
105 F.convertToNewDbgValues(); in runOnFunction()
H A DBasicBlock.cpp63 void BasicBlock::convertToNewDbgValues() { in convertToNewDbgValues() function in BasicBlock
196 convertToNewDbgValues(); in setIsNewDbgInfoFormat()
H A DFunction.cpp84 void Function::convertToNewDbgValues() { in convertToNewDbgValues() function in Function
87 BB.convertToNewDbgValues(); in convertToNewDbgValues()
100 convertToNewDbgValues(); in setIsNewDbgInfoFormat()
H A DLegacyPassManager.cpp534 M.convertToNewDbgValues(); in run()
H A DAsmWriter.cpp3997 const_cast<Function *>(F)->convertToNewDbgValues(); in printFunction()
4770 const_cast<Module *>(this)->convertToNewDbgValues(); in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp811 M.convertToNewDbgValues(); in runOnModule()
844 F.convertToNewDbgValues(); in runOnFunction()
886 M.convertToNewDbgValues(); in runOnModule()
939 F.convertToNewDbgValues(); in runOnFunction()
1025 M.convertToNewDbgValues(); in run()
1072 M.convertToNewDbgValues(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h222 void convertToNewDbgValues() { in convertToNewDbgValues() function
224 F.convertToNewDbgValues(); in convertToNewDbgValues()
H A DBasicBlock.h84 void convertToNewDbgValues();
H A DFunction.h117 void convertToNewDbgValues();
H A DPassManager.h76 IR.convertToNewDbgValues(); in doConvertDbgInfoToNew()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp994 const_cast<Module &>(M).convertToNewDbgValues(); in printMIR()
1008 const_cast<Function &>(MF.getFunction()).convertToNewDbgValues(); in printMIR()