Home
last modified time | relevance | path

Searched refs:getRetAttribute (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h446 Attribute getRetAttribute(Attribute::AttrKind Kind) const;
H A DInstrTypes.h1687 return F->getRetAttribute(Kind);
/src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp753 Attribute Function::getRetAttribute(Attribute::AttrKind Kind) const { in getRetAttribute() function in Function