Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h136 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/llvm/include/llvm/MC/
DMCStreamer.h249 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); } in hasRawTextSupport() function in __anon340a7ad60111::MCLoggingStreamer
DMCAsmStreamer.cpp93 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anonc8cff4d00111::MCAsmStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp74 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anon481e544e0111::PTXMCAsmStreamer
/external/llvm/lib/MC/
DMCAsmStreamer.cpp96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon94080ca40111::MCAsmStreamer