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

  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 34 assert(hasOffset() && "Cannot getOffset() before setting it up.");
38 bool Fragment::hasOffset() const {
AlignFragment.cpp 33 assert(hasOffset() &&
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 49 bool hasOffset() const;
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 62 bool LDSection::hasOffset() const {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 58 bool hasOffset() const;
  /external/clang/lib/Frontend/
CacheTokens.cpp 172 bool hasOffset() const { return valid; }
276 if (!E.second.hasOffset()) {

Completed in 487 milliseconds