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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfoCOFF.cpp 22 LCOMMDirectiveType = LCOMM::ByteAlignment;
MCAsmInfo.cpp 75 LCOMMDirectiveType = LCOMM::None;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 75 LCOMMDirectiveType = LCOMM::NoAlignment;
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 63 LCOMMDirectiveType = LCOMM::NoAlignment;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 257 /// LCOMMDirectiveType - Describes if the target supports the .lcomm
259 LCOMM::LCOMMType LCOMMDirectiveType; // Defaults to LCOMM::None.
519 return LCOMMDirectiveType;

Completed in 204 milliseconds