Searched refs:getAllocSizeArgs (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 156 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 367 getAllocSizeArgs(unsigned Index) const; 526 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 270 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute 448 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString() 690 std::pair<unsigned, Optional<unsigned>> AttributeSet::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSet 691 return SetNode ? SetNode->getAllocSizeArgs() in getAllocSizeArgs() 798 auto A = B.getAllocSizeArgs(); in get() 874 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode 877 return I.getAllocSizeArgs(); in getAllocSizeArgs() 1376 AttributeList::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeList 1377 return getAttributes(Index).getAllocSizeArgs(); in getAllocSizeArgs() 1516 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
|
D | AttributeImpl.h | 215 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
D | Verifier.cpp | 1823 Attrs.getAllocSizeArgs(AttributeList::FunctionIndex); in verifyFunctionAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 170 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 293 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 639 getAllocSizeArgs(unsigned Index) const; 795 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 422 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs(); in wrapInvoke()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 215 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationSize()
|