Home
last modified time | relevance | path

Searched refs:NoAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator
271 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp775 case LCOMM::NoAlignment: in EmitLocalCommonSymbol()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp542 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in EmitGlobalVariable()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4765 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()