Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h108 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp203 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs() function in Attribute
985 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); in get()