Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp44 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp53 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoXCOFF()
H A DMCAsmInfoDarwin.cpp67 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
H A DMCAsmStreamer.cpp865 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
1004 case LCOMM::Log2Alignment: in emitLocalCommonSymbol()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator