Searched defs:getDereferenceableBytes (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DAttributes.h143 uint64_t getDereferenceableBytes() const;
311 uint64_t getDereferenceableBytes(unsigned Index) const;
473 uint64_t getDereferenceableBytes() const { return DerefBytes; } function in class:llvm::AttributeSet::AttrBuilder
H A DCallSite.h285 uint64_t getDereferenceableBytes(uint16_t i) const { function in class:llvm::CallSiteBase
286 CALLSITE_DELEGATE_GETTER(getDereferenceableBytes(i));
444 else if (getDereferenceableBytes(0) > 0 &&
H A DFunction.h251 uint64_t getDereferenceableBytes(unsigned i) const { function in class:llvm::Function
252 return AttributeSets.getDereferenceableBytes(i);
/external/llvm/lib/IR/
H A DAttributes.cpp172 uint64_t Attribute::getDereferenceableBytes() const { function in class:Attribute
546 uint64_t AttributeSetNode::getDereferenceableBytes() const { function in class:AttributeSetNode
549 return I->getDereferenceableBytes();
703 C, B.getDereferenceableBytes());
1045 uint64_t AttributeSet::getDereferenceableBytes(unsigned Index) const { function in class:AttributeSet
1047 return ASN ? ASN->getDereferenceableBytes() : 0;
1179 DerefBytes = Attr.getDereferenceableBytes();
H A DFunction.cpp82 else if (getDereferenceableBytes() > 0 &&
117 uint64_t Argument::getDereferenceableBytes() const { function in class:Argument
120 return getParent()->getDereferenceableBytes(getArgNo()+1);

Completed in 119 milliseconds