Searched defs:AsciiDirective (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h183 const char *AsciiDirective; member in class:llvm::MCAsmInfo
498 const char *getAsciiDirective() const { return AsciiDirective; }
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmInfo.h163 /// AsciiDirective - This directive allows emission of an ascii string with
165 const char *AsciiDirective; // Defaults to "\t.ascii\t" member in class:llvm::MCAsmInfo
494 return AsciiDirective;

Completed in 433 milliseconds