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

  /external/llvm/include/llvm/IR/
DebugInfo.h 91 return (unsigned)getUInt64Field(Elt);
93 uint64_t getUInt64Field(unsigned Elt) const;
308 uint64_t getSizeInBits() const { return getUInt64Field(5); }
309 uint64_t getAlignInBits() const { return getUInt64Field(6); }
312 uint64_t getOffsetInBits() const { return getUInt64Field(7); }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 75 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const {
    [all...]

Completed in 228 milliseconds