Home
last modified time | relevance | path

Searched refs:AsciiDirective (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h165 const char *AsciiDirective; // Defaults to "\t.ascii\t" variable
494 return AsciiDirective; in getAsciiDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp47 AsciiDirective = nullptr; // not supported in NVPTXMCAsmInfo()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp53 AsciiDirective = " .b8"; in NVPTXMCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h183 const char *AsciiDirective; variable
498 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h179 const char *AsciiDirective; variable
518 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfo.cpp45 AsciiDirective = "\t.ascii\t"; in MCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfo.cpp54 AsciiDirective = "\t.ascii\t"; in MCAsmInfo()
/external/llvm/lib/MC/
DMCAsmInfo.cpp56 AsciiDirective = "\t.ascii\t"; in MCAsmInfo()