Searched defs:hasRawTextSupport (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ | ||
H A D | MCNullStreamer.cpp | 25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon1fc2b4480111::MCNullStreamer |
H A D | MCAsmStreamer.cpp | 117 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon43a7144e0111::MCAsmStreamer |
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ | ||
H A D | MCStreamer.h | 321 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function |