Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h48 namespace LCOMM {
275 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
562 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h48 namespace LCOMM {
313 LCOMM::LCOMMType LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
607 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h52 namespace LCOMM {
267 LCOMM::LCOMMType LCOMMDirectiveAlignmentType;
510 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCAsmInfo.cpp28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCAsmInfo.cpp43 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCAsmInfo.cpp27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCAsmInfo.cpp43 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCAsmInfo.cpp27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp19 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoXCOFF()
DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
DMCAsmInfoDarwin.cpp68 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
DMCAsmStreamer.cpp775 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in EmitXCOFFLocalCommonSymbol()
820 case LCOMM::NoAlignment: in EmitLocalCommonSymbol()
822 case LCOMM::ByteAlignment: in EmitLocalCommonSymbol()
825 case LCOMM::Log2Alignment: in EmitLocalCommonSymbol()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCAsmInfo.cpp42 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in WebAssemblyMCAsmInfo()
/external/llvm/lib/MC/
DMCAsmInfoCOFF.cpp24 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
DMCAsmInfoDarwin.cpp68 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
DMCAsmInfo.cpp72 LCOMMDirectiveAlignmentType = LCOMM::NoAlignment; in MCAsmInfo()
DMCAsmStreamer.cpp647 case LCOMM::NoAlignment: in EmitLocalCommonSymbol()
649 case LCOMM::ByteAlignment: in EmitLocalCommonSymbol()
652 case LCOMM::Log2Alignment: in EmitLocalCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
DMCAsmInfoXCOFF.cpp41 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoXCOFF()
DMCAsmInfoDarwin.cpp67 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; in MCAsmInfoDarwin()
DMCAsmStreamer.cpp794 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
912 case LCOMM::NoAlignment: in emitLocalCommonSymbol()
914 case LCOMM::ByteAlignment: in emitLocalCommonSymbol()
917 case LCOMM::Log2Alignment: in emitLocalCommonSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp52 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp53 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp79 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4230 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm() local
4231 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
4236 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()

12