Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h35 namespace LCOMM {
259 LCOMM::LCOMMType LCOMMDirectiveType; // Defaults to LCOMM::None.
518 LCOMM::LCOMMType getLCOMMDirectiveType() const { in getLCOMMDirectiveType()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h52 namespace LCOMM {
267 LCOMM::LCOMMType LCOMMDirectiveAlignmentType;
510 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfoCOFF.cpp22 LCOMMDirectiveType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
DMCAsmInfo.cpp75 LCOMMDirectiveType = LCOMM::None; in MCAsmInfo()
DMCAsmStreamer.cpp491 assert(MAI.getLCOMMDirectiveType() != LCOMM::None && in EmitLocalCommonSymbol()
495 assert(MAI.getLCOMMDirectiveType() == LCOMM::ByteAlignment && in EmitLocalCommonSymbol()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCAsmInfo.cpp28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
/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/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp75 LCOMMDirectiveType = LCOMM::NoAlignment; in ARMELFMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp63 LCOMMDirectiveType = LCOMM::NoAlignment; in PPCLinuxMCAsmInfo()
/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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp314 if (MAI->getLCOMMDirectiveType() != LCOMM::None && in EmitGlobalVariable()
315 (MAI->getLCOMMDirectiveType() != LCOMM::NoAlignment || Align == 1)) { in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp457 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in EmitGlobalVariable()