HomeSort by: relevance | last modified time | path
    Searched refs:getParamPreallocatedType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 1741 Type *getParamPreallocatedType(unsigned ArgNo) const {
1742 return Attrs.getParamPreallocatedType(ArgNo);
Attributes.h 700 Type *getParamPreallocatedType(unsigned ArgNo) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1631 Type *AttributeList::getParamPreallocatedType(unsigned Index) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 140 IndirectType = Call->getParamPreallocatedType(ArgIdx);

Completed in 96 milliseconds