HomeSort by relevance Sort by last modified time
    Searched refs:getUInt64Field (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DebugInfo.h 70 return (unsigned)getUInt64Field(Elt);
72 uint64_t getUInt64Field(unsigned Elt) const;
140 uint64_t getLo() const { return getUInt64Field(1); }
141 uint64_t getHi() const { return getUInt64Field(2); }
231 uint64_t getEnumValue() const { return getUInt64Field(2); }
263 uint64_t getSizeInBits() const { return getUInt64Field(5); }
264 uint64_t getAlignInBits() const { return getUInt64Field(6); }
267 uint64_t getOffsetInBits() const { return getUInt64Field(7); }
467 uint64_t getValue() const { return getUInt64Field(4); }
693 return getUInt64Field(Idx+6)
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 66 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const {
    [all...]

Completed in 64 milliseconds