Searched refs:getWithAllocSizeArgs (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
D | MemoryBuiltinsTest.cpp | 32 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-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 104 static Attribute getWithAllocSizeArgs(LLVMContext &Context,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 107 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-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 172 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs() function in Attribute 799 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); in get()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 188 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs() function in Attribute 889 Attr = Attribute::getWithAllocSizeArgs(C, A.first, A.second); in get()
|