Searched refs:addAllocSizeAttr (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 518 addAllocSizeAttr(LLVMContext &C, unsigned Index, unsigned ElemSizeArg, 526 return addAllocSizeAttr(C, ArgNo + FirstArgIndex, ElemSizeArg, NumElemsArg); 830 AttrBuilder &addAllocSizeAttr(unsigned ElemSizeArg,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 303 AttributeSet addAllocSizeAttr(LLVMContext &C, unsigned Index, 545 AttrBuilder &addAllocSizeAttr(unsigned ElemSizeArg,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1275 AttributeList::addAllocSizeAttr(LLVMContext &C, unsigned Index, in addAllocSizeAttr() function in AttributeList 1279 B.addAllocSizeAttr(ElemSizeArg, NumElemsArg); in addAllocSizeAttr() 1560 AttrBuilder &AttrBuilder::addAllocSizeAttr(unsigned ElemSize, in addAllocSizeAttr() function in AttrBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 426 FnAttrs.addAllocSizeAttr(SizeArg, NEltArg); in wrapInvoke()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1266 B.addAllocSizeAttr(ElemSizeArg, NumElemsArg); in ParseFnAttributeValuePairs()
|