Home
last modified time | relevance | path

Searched refs:hasPrologueData (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h886 bool hasPrologueData() const { in hasPrologueData() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp851 if (Src->hasPrologueData()) in copyAttributesFrom()
1984 assert(hasPrologueData() && getNumOperands()); in getPrologueData()
H A DAsmWriter.cpp4068 if (F->hasPrologueData()) { in printFunction()
H A DCore.cpp2550 return F->hasPrologueData(); in LLVMHasPrologueData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp130 if (OldFunc->hasPrologueData()) { in CloneFunctionInto()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1135 if (Src.hasPrologueData()) in linkFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2145 !(F.hasPrologueData() || F.getMetadata(LLVMContext::MD_func_sanitize)); in findPrologueEndLoc()
H A DAsmPrinter.cpp1048 if (F.hasPrologueData()) in emitFunctionHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1313 F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1596 Vals.push_back(F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) in writeModuleInfo()