Home
last modified time | relevance | path

Searched refs:getPrologueData (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h854 Constant *getPrologueData() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp682 setPrologueData(Src->getPrologueData()); in copyAttributesFrom()
1803 Constant *Function::getPrologueData() const { in getPrologueData() function in Function
DAsmWriter.cpp3796 writeOperand(F->getPrologueData(), true); in printFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
DIRMover.cpp1095 Dst.setPrologueData(Src.getPrologueData()); in linkFunctionBody()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp844 emitGlobalConstant(F.getParent()->getDataLayout(), F.getPrologueData()); in emitFunctionHeader()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1396 Vals.push_back(F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) in writeModuleInfo()