HomeSort by relevance Sort by last modified time
    Searched refs:LCOMMDirectiveType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 27 LCOMMDirectiveType = LCOMM::ByteAlignment;
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 23 LCOMMDirectiveType = LCOMM::ByteAlignment;
MCAsmInfo.cpp 76 LCOMMDirectiveType = LCOMM::None;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 79 LCOMMDirectiveType = LCOMM::NoAlignment;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 67 LCOMMDirectiveType = LCOMM::NoAlignment;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 257 /// LCOMMDirectiveType - Describes if the target supports the .lcomm
259 LCOMM::LCOMMType LCOMMDirectiveType; // Defaults to LCOMM::None.
524 return LCOMMDirectiveType;

Completed in 561 milliseconds