Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h157 static Attribute getWithByRefType(LLVMContext &Context, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp262 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType() function in Attribute