Searched refs:getWithAllocSizeArgs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemoryBuiltinsTest.cpp | 33 AllocSizeFn->addFnAttr(Attribute::getWithAllocSizeArgs(Context, 1, None)); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 99 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 99 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 103 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 134 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs() function in Attribute 788 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); in get()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 151 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs() function in Attribute 707 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); in get()
|