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 146 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 601 /// isCommon - Is this a 'common' symbol.
602 bool isCommon() const { return CommonSize != 0; }
615 assert(isCommon() && "Not a 'common' symbol!");
630 assert(isCommon() && "Not a 'common' symbol!");
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 98 bool isCommon = flags & SymbolRef::SF_Common;
99 if (isCommon) {

Completed in 1054 milliseconds