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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 22 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 28 AlignmentIsInBytes = false;
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 33 AlignmentIsInBytes = false;
MCAsmInfo.cpp 68 AlignmentIsInBytes = true;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 44 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 32 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 45 AlignmentIsInBytes = false;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 54 AlignmentIsInBytes = true;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 54 AlignmentIsInBytes = true;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 54 AlignmentIsInBytes = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 227 /// AlignmentIsInBytes - If this is true (the default) then the asmprinter
231 bool AlignmentIsInBytes; // Defaults to true
507 return AlignmentIsInBytes;

Completed in 103 milliseconds