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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 26 Code32Directive = ".code\t32";
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 31 Code32Directive = ".code\t32";
50 Code32Directive = ".code\t32";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 137 /// Code16Directive, Code32Directive, Code64Directive - These are assembly
141 const char *Code32Directive; // Defaults to ".code32"
471 return Code32Directive;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 50 Code32Directive = ".code32";

Completed in 143 milliseconds