Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:LCOMM

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