HomeSort by relevance Sort by last modified time
    Searched defs:getDereferenceableBytes (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Attributes.h 143 uint64_t getDereferenceableBytes() const;
311 uint64_t getDereferenceableBytes(unsigned Index) const;
473 uint64_t getDereferenceableBytes() const { return DerefBytes; }
CallSite.h 285 uint64_t getDereferenceableBytes(uint16_t i) const {
286 CALLSITE_DELEGATE_GETTER(getDereferenceableBytes(i));
444 else if (getDereferenceableBytes(0) > 0 &&
Function.h 251 uint64_t getDereferenceableBytes(unsigned i) const {
252 return AttributeSets.getDereferenceableBytes(i);
  /external/llvm/lib/IR/
Attributes.cpp 172 uint64_t Attribute::getDereferenceableBytes() const {
546 uint64_t AttributeSetNode::getDereferenceableBytes() const {
549 return I->getDereferenceableBytes();
703 C, B.getDereferenceableBytes());
    [all...]
Function.cpp 82 else if (getDereferenceableBytes() > 0 &&
117 uint64_t Argument::getDereferenceableBytes() const {
120 return getParent()->getDereferenceableBytes(getArgNo()+1);
    [all...]

Completed in 62 milliseconds