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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 143 /// AsciiDirective - This directive allows emission of an ascii string with
145 const char *AsciiDirective; // Defaults to "\t.ascii\t"
442 return AsciiDirective;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 50 AsciiDirective = "\t.ascii\t";

Completed in 79 milliseconds