Home
last modified time | relevance | path

Searched refs:LCOMM (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h48 namespace LCOMM {
372 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
731 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
H A DMCAsmInfoXCOFF.cpp53 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoXCOFF()
H A DMCAsmInfoDarwin.cpp67 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
H A DMCAsmStreamer.cpp884 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp44 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp53 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5060 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm() local
5061 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
5066 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
H A DMasmParser.cpp6049 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm() local
6050 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
6055 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp805 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()