Searched refs:LCOMM (Results 1 – 11 of 11) sorted by relevance
48 namespace LCOMM {372 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;731 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
53 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoXCOFF()
67 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
884 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()1083 case LCOMM::NoAlignment: in emitLocalCommonSymbol()1085 case LCOMM::ByteAlignment: in emitLocalCommonSymbol()1088 case LCOMM::Log2Alignment: in emitLocalCommonSymbol()
44 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
53 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
5060 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm() local5061 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()5066 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
6049 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm() local6050 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()6055 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
805 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()