HomeSort by relevance Sort by last modified time
    Searched defs:hasRawTextSupport (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCStreamer.h 114 /// hasRawTextSupport - Return true if this asm streamer supports emitting
116 virtual bool hasRawTextSupport() const { return false; }
510 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
  /external/llvm/lib/MC/
MCLoggingStreamer.cpp 37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); }
MCAsmStreamer.cpp 93 /// hasRawTextSupport - We support EmitRawText.
94 virtual bool hasRawTextSupport() const { return true; }
248 /// indicated by the hasRawTextSupport() predicate.
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 73 /// hasRawTextSupport - We support EmitRawText.
74 virtual bool hasRawTextSupport() const { return true; }
172 /// indicated by the hasRawTextSupport() predicate.
521 /// indicated by the hasRawTextSupport() predicate.

Completed in 82 milliseconds