Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctionBodies.cpp52 if (F.hasPrefixData() && !O.shouldKeep()) in reduceFunctionData()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h812 bool hasPrefixData() const { in hasPrefixData() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp749 if (Src->hasPrefixData()) in copyAttributesFrom()
2006 assert(hasPrefixData() && getNumOperands()); in getPrefixData()
H A DAsmWriter.cpp3883 if (F->hasPrefixData()) { in printFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp117 if (OldFunc->hasPrefixData()) { in CloneFunctionInto()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1121 if (Src.hasPrefixData()) in linkFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp919 if (F.hasPrefixData()) { in emitFunctionHeader()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1328 Vals.push_back(F.hasPrefixData() ? (VE.getValueID(F.getPrefixData()) + 1) in writeModuleInfo()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1468 Vals.push_back(F.hasPrefixData() ? (VE.getValueID(F.getPrefixData()) + 1) in writeModuleInfo()