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

  /external/llvm/include/llvm/IR/
DebugInfo.h 94 int64_t getInt64Field(unsigned Elt) const;
164 int64_t getLo() const { return getInt64Field(1); }
165 int64_t getCount() const { return getInt64Field(2); }
191 int64_t getEnumValue() const { return getInt64Field(2); }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 87 int64_t DIDescriptor::getInt64Field(unsigned Elt) const {
    [all...]

Completed in 311 milliseconds