Home | History | Annotate | Download | only in MC

Lines Matching refs:LCOMM

164   /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
498 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
504 assert(MAI.getLCOMMDirectiveType() != LCOMM::None &&
505 "Doesn't have .lcomm, can't emit it!");
506 OS << "\t.lcomm\t" << *Symbol << ',' << Size;
508 assert(MAI.getLCOMMDirectiveType() == LCOMM::ByteAlignment &&
509 "Alignment not supported on .lcomm!");