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

  /external/llvm/include/llvm/
DebugInfo.h 78 int64_t getInt64Field(unsigned Elt) const;
152 int64_t getLo() const { return getInt64Field(1); }
153 int64_t getCount() const { return getInt64Field(2); }
178 int64_t getEnumValue() const { return getInt64Field(2); }
  /external/llvm/lib/IR/
DebugInfo.cpp 85 int64_t DIDescriptor::getInt64Field(unsigned Elt) const {
    [all...]

Completed in 86 milliseconds