Home
last modified time | relevance | path

Searched defs:hasRawTextSupport (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCNullStreamer.cpp25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon108c0ea90111::MCNullStreamer
DMCAsmStreamer.cpp106 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonb78e268f0111::MCAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h309 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function