Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-as/
HDllvm-as.cpp146 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat && in main()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugProgramInstruction.h682 Obj.setIsNewDbgInfoFormat(NewState); in DEFINE_ISA_CONVERSION_FUNCTIONS()
684 ~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); } in DEFINE_ISA_CONVERSION_FUNCTIONS()
HDFunction.h124 void setIsNewDbgInfoFormat(bool NewVal);
747 BB->setIsNewDbgInfoFormat(IsNewDbgInfoFormat); in insert()
HDBasicBlock.h96 void setIsNewDbgInfoFormat(bool NewFlag);
HDModule.h242 void setIsNewDbgInfoFormat(bool UseNewFormat) { in setIsNewDbgInfoFormat() function
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDBasicBlock.cpp152 void BasicBlock::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in BasicBlock
195 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in BasicBlock()
207 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in insertInto()
HDFunction.cpp102 void Function::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in Function
HDCore.cpp432 unwrap(M)->setIsNewDbgInfoFormat(UseNewFormat); in LLVMSetIsNewDbgInfoFormat()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp261 M->setIsNewDbgInfoFormat(WriteNewDbgInfoFormat); in main()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURewriteOutArguments.cpp333 NewFunc->setIsNewDbgInfoFormat(F.IsNewDbgInfoFormat); in runOnFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneFunction.cpp99 NewFunc->setIsNewDbgInfoFormat(OldFunc->IsNewDbgInfoFormat); in CloneFunctionInto()
341 NewF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in CloneFunction()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp549 Composite->setIsNewDbgInfoFormat(NewFormat); in main()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDArgumentPromotion.cpp165 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6943 F->setIsNewDbgInfoFormat(ModuleIsNewDbgInfoFormat); in materialize()
/freebsd-head/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp454 M->setIsNewDbgInfoFormat(UseNewDbgInfoFormat); in validateEndOfModule()