Home
last modified time | relevance | path

Searched refs:getUInt64Field (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDebugInfo.h68 return (unsigned)getUInt64Field(Elt); in getUnsignedField()
70 uint64_t getUInt64Field(unsigned Elt) const;
135 int64_t getLo() const { return (int64_t)getUInt64Field(1); } in getLo()
136 int64_t getHi() const { return (int64_t)getUInt64Field(2); } in getHi()
215 uint64_t getEnumValue() const { return getUInt64Field(2); } in getEnumValue()
247 uint64_t getSizeInBits() const { return getUInt64Field(5); } in getSizeInBits()
248 uint64_t getAlignInBits() const { return getUInt64Field(6); } in getAlignInBits()
251 uint64_t getOffsetInBits() const { return getUInt64Field(7); } in getOffsetInBits()
429 uint64_t getValue() const { return getUInt64Field(4); } in getValue()
630 return getUInt64Field(Idx+6); in getAddrElement()
[all …]
/external/llvm/lib/Analysis/
DDebugInfo.cpp63 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const { in getUInt64Field() function in DIDescriptor