Searched refs:getAllocSizeArgs (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h185 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
307 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
656 getAllocSizeArgs(unsigned Index) const;
816 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp317 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { function in class:Attribute
512 std::tie(ElemSize, NumElems) = getAllocSizeArgs();
753 std::pair<unsigned, Optional<unsigned>> AttributeSet::getAllocSizeArgs() const { function in class:AttributeSet
754 return SetNode ? SetNode->getAllocSizeArgs()
865 auto A = B.getAllocSizeArgs();
951 AttributeSetNode::getAllocSizeArgs() const { function in class:AttributeSetNode
953 return A->getAllocSizeArgs();
1472 AttributeList::getAllocSizeArgs(unsigned Index) const { function in class:AttributeList
1473 return getAttributes(Index).getAllocSizeArgs();
1616 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() cons function in class:AttrBuilder
[all...]
H A DAttributeImpl.h251 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
H A DVerifier.cpp1883 Attrs.getAllocSizeArgs(AttributeList::FunctionIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp217 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp439 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs();

Completed in 74 milliseconds