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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 22 ZeroDirective = "\t.skip\t";
30 ZeroDirective = "\t.space\t";
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 21 ZeroDirective = "\t.space\t";
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 22 ZeroDirective = "\t.space\t";
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 30 ZeroDirective = "\t.skip\t";
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 42 ZeroDirective = "\t.space\t"; // ".space N" emits N zeros.
MCAsmInfo.cpp 54 ZeroDirective = "\t.zero\t";
MCAsmStreamer.cpp 710 if (const char *ZeroDirective = MAI.getZeroDirective()) {
711 OS << ZeroDirective << NumBytes;
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 33 ZeroDirective = "\t.space\t";
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 57 ZeroDirective = " .b8";
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 65 ZeroDirective = "\t.space\t";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 157 /// ZeroDirective - this should be set to the directive used to get some
161 const char *ZeroDirective; // Defaults to "\t.zero\t"
472 return ZeroDirective;

Completed in 318 milliseconds