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