Home
last modified time | relevance | path

Searched refs:setIsNewDbgInfoFormat (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp146 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat && in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h682 Obj.setIsNewDbgInfoFormat(NewState); in DEFINE_ISA_CONVERSION_FUNCTIONS()
684 ~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); } in DEFINE_ISA_CONVERSION_FUNCTIONS()
H A DFunction.h124 void setIsNewDbgInfoFormat(bool NewVal);
747 BB->setIsNewDbgInfoFormat(IsNewDbgInfoFormat); in insert()
H A DBasicBlock.h96 void setIsNewDbgInfoFormat(bool NewFlag);
H A DModule.h242 void setIsNewDbgInfoFormat(bool UseNewFormat) { in setIsNewDbgInfoFormat() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp152 void BasicBlock::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in BasicBlock
195 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in BasicBlock()
207 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in insertInto()
H A DFunction.cpp102 void Function::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in Function
H A DCore.cpp432 unwrap(M)->setIsNewDbgInfoFormat(UseNewFormat); in LLVMSetIsNewDbgInfoFormat()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp261 M->setIsNewDbgInfoFormat(WriteNewDbgInfoFormat); in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp99 NewFunc->setIsNewDbgInfoFormat(OldFunc->IsNewDbgInfoFormat); in CloneFunctionInto()
341 NewF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in CloneFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp549 Composite->setIsNewDbgInfoFormat(NewFormat); in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp165 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6943 F->setIsNewDbgInfoFormat(ModuleIsNewDbgInfoFormat); in materialize()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp454 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat); in validateEndOfModule()