Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h115 static Attribute getWithByRefType(LLVMContext &Context, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp190 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType() function in Attribute
959 Attr = Attribute::getWithByRefType(C, B.getByRefType()); in get()