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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 24 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfoDarwin.cpp 34 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfo.cpp 75 COMMDirectiveAlignmentIsInBytes = true;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 63 COMMDirectiveAlignmentIsInBytes = false;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 62 COMMDirectiveAlignmentIsInBytes = false;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 63 COMMDirectiveAlignmentIsInBytes = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 258 /// COMMDirectiveAlignmentIsInBytes - True is .comm's and .lcomms optional
260 bool COMMDirectiveAlignmentIsInBytes; // Defaults to true;
523 return COMMDirectiveAlignmentIsInBytes;

Completed in 107 milliseconds