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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp 23 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 28 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 24 AlignmentIsInBytes = false;
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 33 AlignmentIsInBytes = false;
MCAsmInfo.cpp 64 AlignmentIsInBytes = true;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 44 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 27 AlignmentIsInBytes = false;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 43 AlignmentIsInBytes = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 219 /// AlignmentIsInBytes - If this is true (the default) then the asmprinter
223 bool AlignmentIsInBytes; // Defaults to true
484 return AlignmentIsInBytes;

Completed in 160 milliseconds