Home
last modified time | relevance | path

Searched refs:getParamAttribute (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h408 Attribute getParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { in getParamAttribute() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp216 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()