Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator
369 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkTest.cpp44 TEST(OffsetDistribution, NoAlignment) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp983 case LCOMM::NoAlignment: in emitLocalCommonSymbol()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp780 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5032 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
H A DMasmParser.cpp6067 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()