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 69 return (unsigned)getUInt64Field(Elt);
71 uint64_t getUInt64Field(unsigned Elt) const;
138 int64_t getLo() const { return (int64_t)getUInt64Field(1); }
139 int64_t getHi() const { return (int64_t)getUInt64Field(2); }
226 uint64_t getEnumValue() const { return getUInt64Field(2); }
259 uint64_t getSizeInBits() const { return getUInt64Field(5); }
260 uint64_t getAlignInBits() const { return getUInt64Field(6); }
263 uint64_t getOffsetInBits() const { return getUInt64Field(7); }
444 uint64_t getValue() const { return getUInt64Field(4); }
663 return getUInt64Field(Idx+6)
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 66 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const {
    [all...]

Completed in 839 milliseconds