Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:LCOMM

391   // Handle common and BSS local symbols (.lcomm).
415 // Use .lcomm only if it supports user-specified alignment.
416 // Otherwise, while it would still be correct to use .lcomm in some
421 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) {
422 // .lcomm _foo, 42