Home
last modified time | relevance | path

Searched refs:getParamPreallocatedType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h700 Type *getParamPreallocatedType(unsigned ArgNo) const;
H A DInstrTypes.h1741 Type *getParamPreallocatedType(unsigned ArgNo) const {
1742 return Attrs.getParamPreallocatedType(ArgNo);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp1631 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp140 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()