Searched defs:getArgNo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DFunction.cpp65 /// getArgNo - Return the index of this formal argument in its containing
67 unsigned Argument::getArgNo() const { function in class:Argument
84 hasAttribute(getArgNo()+1, Attribute::ByVal);
89 return getParent()->getParamAlignment(getArgNo()+1);
98 hasAttribute(getArgNo()+1, Attribute::Nest);
106 hasAttribute(getArgNo()+1, Attribute::NoAlias);
114 hasAttribute(getArgNo()+1, Attribute::NoCapture);
131 hasAttribute(getArgNo()+1, Attribute::Returned);
138 hasAttribute(getArgNo()+1, Attribute::ReadOnly) ||
140 hasAttribute(getArgNo()
[all...]

Completed in 81 milliseconds