Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h112 static Attribute getWithByRefType(LLVMContext &Context, Type *Ty);
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp179 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType() function in Attribute
866 Attr = Attribute::getWithByRefType(C, B.getByRefType()); in get()