Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctionBodies.cpp55 if (F.hasPrologueData() && !O.shouldKeep()) in reduceFunctionData()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h821 bool hasPrologueData() const { in hasPrologueData() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp751 if (Src->hasPrologueData()) in copyAttributesFrom()
2016 assert(hasPrologueData() && getNumOperands()); in getPrologueData()
H A DAsmWriter.cpp3887 if (F->hasPrologueData()) { in printFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp123 if (OldFunc->hasPrologueData()) { in CloneFunctionInto()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1123 if (Src.hasPrologueData()) in linkFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1006 if (F.hasPrologueData()) in emitFunctionHeader()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1325 F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) : 0); in writeModuleInfo()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1464 Vals.push_back(F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) in writeModuleInfo()