Searched refs:hasLCOMMDirective (Results 1 – 3 of 3) sorted by relevance
466 bool hasLCOMMDirective() const { return HasLCOMMDirective; } in hasLCOMMDirective() function
488 assert(MAI.hasLCOMMDirective() && "Doesn't have .lcomm, can't emit it!"); in EmitLocalCommonSymbol()
321 if (MAI->hasLCOMMDirective()) { in EmitGlobalVariable()