Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp194 void BasicBlock::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in BasicBlock
233 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in BasicBlock()
245 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in insertInto()
H A DFunction.cpp98 void Function::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() function in Function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h122 void setIsNewDbgInfoFormat(bool NewVal);
726 BB->setIsNewDbgInfoFormat(IsNewDbgInfoFormat); in insert()
H A DBasicBlock.h94 void setIsNewDbgInfoFormat(bool NewFlag);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp333 NewFunc->setIsNewDbgInfoFormat(F.IsNewDbgInfoFormat); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp97 NewFunc->setIsNewDbgInfoFormat(OldFunc->IsNewDbgInfoFormat); in CloneFunctionInto()
339 NewF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in CloneFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp164 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion()