Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h249 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h284 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anona20e7bb00111::MCAsmStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp103 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonb3c3c7480111::MCAsmStreamer