Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h886 bool hasPrologueData() const { in hasPrologueData() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp851 if (Src->hasPrologueData()) in copyAttributesFrom()
1984 assert(hasPrologueData() && getNumOperands()); in getPrologueData()
HDAsmWriter.cpp4068 if (F->hasPrologueData()) { in printFunction()
HDCore.cpp2550 return F->hasPrologueData(); in LLVMHasPrologueData()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneFunction.cpp130 if (OldFunc->hasPrologueData()) { in CloneFunctionInto()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp1135 if (Src.hasPrologueData()) in linkFunctionBody()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp2145 !(F.hasPrologueData() || F.getMetadata(LLVMContext::MD_func_sanitize)); in findPrologueEndLoc()
HDAsmPrinter.cpp1048 if (F.hasPrologueData()) in emitFunctionHeader()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1313 F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) : 0); in writeModuleInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1596 Vals.push_back(F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) in writeModuleInfo()