HomeSort by: relevance | last modified time | path
    Searched defs:getParamByRefType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 217 Type *Argument::getParamByRefType() const {
219 return getParent()->getParamByRefType(getArgNo());
Attributes.cpp 1627 Type *AttributeList::getParamByRefType(unsigned Index) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 516 Type *getParamByRefType(unsigned ArgNo) const {
517 return AttributeSets.getParamByRefType(ArgNo);

Completed in 18 milliseconds