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 76 int64_t getInt64Field(unsigned Elt) const;
143 int64_t getLo() const { return getInt64Field(1); }
144 int64_t getCount() const { return getInt64Field(2); }
  /external/llvm/lib/IR/
DebugInfo.cpp 103 int64_t DIDescriptor::getInt64Field(unsigned Elt) const {
    [all...]

Completed in 98 milliseconds