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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 173 bool IsCommon = Flags & SymbolRef::SF_Common;
174 if (IsCommon)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 618 bool IsCommon = false;
625 IsCommon = GV->hasCommonLinkage();
636 if (IsExternal || IsNonLocalFunction || IsCommon || IsAvailExt ||
    [all...]

Completed in 128 milliseconds