Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCNullStreamer.cpp25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon1fc2b4480111::MCNullStreamer
H A DMCAsmStreamer.cpp117 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon43a7144e0111::MCAsmStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h321 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function