Searched defs:IsCommon (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp397 bool IsCommon = false; local
408 IsCommon = GVar && RealGValue->hasCommonLinkage();
416 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())

Completed in 98 milliseconds