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 146 bool ResolveInfo::isCommon() const {
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
  /external/llvm/include/llvm/MC/
SectionKind.h 172 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
179 bool isCommon() const { return K == Common; }
MCAssembler.h 733 assert(!isCommon());
737 assert(!isCommon());
755 /// isCommon - Is this a 'common' symbol.
756 bool isCommon() const { return CommonAlign != -1U; }
770 assert(isCommon() && "Not a 'common' symbol!");
785 assert(isCommon() && "Not a 'common' symbol!");
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 321 bool isCommon() const {
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 111 milliseconds