HomeSort by relevance Sort by last modified time
    Searched defs:isCommon (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 165 bool ResolveInfo::isCommon() const
264 (isDefine() || isCommon()))
  /external/llvm/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
180 bool isCommon() const { return K == Common; }
MCAssembler.h 753 /// isCommon - Is this a 'common' symbol.
754 bool isCommon() const { return CommonSize != 0; }
767 assert(isCommon() && "Not a 'common' symbol!");
782 assert(isCommon() && "Not a 'common' symbol!");
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 401 milliseconds