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

/external/llvm/include/llvm/MC/
H A DMCStreamer.h150 /// hasRawTextSupport - Return true if this asm streamer supports emitting
152 virtual bool hasRawTextSupport() const { return false; } function in class:llvm::MCStreamer
608 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp98 /// hasRawTextSupport - We support EmitRawText.
99 virtual bool hasRawTextSupport() const { return true; } function in class:__anon21282::MCAsmStreamer
267 /// indicated by the hasRawTextSupport() predicate.
1401 /// indicated by the hasRawTextSupport() predicate.

Completed in 146 milliseconds