Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h130 static Attribute getWithByRefType(LLVMContext &Context, Type *Ty);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp196 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType() function in Attribute