Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h140 bool hasNoFreeAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp290 bool Argument::hasNoFreeAttr() const { in hasNoFreeAttr() function in Argument