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

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 159 bool ResolveInfo::isCommon() const
  /external/llvm/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
180 bool isCommon() const { return K == Common; }
MCAssembler.h 743 /// isCommon - Is this a 'common' symbol.
744 bool isCommon() const { return CommonSize != 0; }
757 assert(isCommon() && "Not a 'common' symbol!");
772 assert(isCommon() && "Not a 'common' symbol!");
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 100 bool isCommon = flags & SymbolRef::SF_Common;
101 if (isCommon) {
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 351 milliseconds