Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator
369 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp999 case LCOMM::NoAlignment: in emitLocalCommonSymbol()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp776 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5032 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
H A DMasmParser.cpp6082 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()