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

  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 379 bool IsCommon = false;
386 IsCommon = GV->hasCommonLinkage();
395 if (IsExternal || IsNonLocalFunction || IsCommon || IsAvailExt ||
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 144 bool IsCommon = Flags & SymbolRef::SF_Common;
145 if (IsCommon) {

Completed in 512 milliseconds