Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h446 Attribute getRetAttribute(Attribute::AttrKind Kind) const;
HDInstrTypes.h1687 return F->getRetAttribute(Kind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp753 Attribute Function::getRetAttribute(Attribute::AttrKind Kind) const { in getRetAttribute() function in Function