Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator
369 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp951 case LCOMM::NoAlignment: in emitLocalCommonSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp618 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp5001 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
DMasmParser.cpp6089 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()