Searched defs:hasRawTextSupport (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h134 /// hasRawTextSupport - Return true if this asm streamer supports emitting
136 virtual bool hasRawTextSupport() const { return false; } function in class:llvm::MCStreamer
567 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
/external/llvm/include/llvm/MC/
H A DMCStreamer.h249 virtual bool hasRawTextSupport() const { return false; } function in class:llvm::MCStreamer
798 /// the hasRawTextSupport() predicate. By default this aborts.
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCLoggingStreamer.cpp37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); } function in class:__anon18651::MCLoggingStreamer
H A DMCAsmStreamer.cpp92 /// hasRawTextSupport - We support EmitRawText.
93 virtual bool hasRawTextSupport() const { return true; } function in class:__anon18641::MCAsmStreamer
249 /// indicated by the hasRawTextSupport() predicate.
1255 /// indicated by the hasRawTextSupport() predicate.
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp73 /// hasRawTextSupport - We support EmitRawText.
74 virtual bool hasRawTextSupport() const { return true; } function in class:__anon18803::PTXMCAsmStreamer
174 /// indicated by the hasRawTextSupport() predicate.
524 /// indicated by the hasRawTextSupport() predicate.

Completed in 221 milliseconds