Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp21 AsciiDirective = nullptr; // not supported in MCAsmInfoXCOFF()
DMCAsmInfo.cpp44 AsciiDirective = "\t.ascii\t"; in MCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp46 AsciiDirective = nullptr; // not supported in NVPTXMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h183 const char *AsciiDirective; variable
546 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective()