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

/external/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
568 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
/external/llvm/lib/MC/
H A DMCLoggingStreamer.cpp37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); } function in class:__anon6745::MCLoggingStreamer
H A DMCAsmStreamer.cpp96 /// hasRawTextSupport - We support EmitRawText.
97 virtual bool hasRawTextSupport() const { return true; } function in class:__anon6735::MCAsmStreamer
254 /// indicated by the hasRawTextSupport() predicate.
1274 /// indicated by the hasRawTextSupport() predicate.
/external/llvm/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp74 /// hasRawTextSupport - We support EmitRawText.
75 virtual bool hasRawTextSupport() const { return true; } function in class:__anon6897::PTXMCAsmStreamer
176 /// indicated by the hasRawTextSupport() predicate.
535 /// indicated by the hasRawTextSupport() predicate.

Completed in 33 milliseconds