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

  /external/llvm/include/llvm/MC/
MCStreamer.h 150 /// hasRawTextSupport - Return true if this asm streamer supports emitting
152 virtual bool hasRawTextSupport() const { return false; }
608 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 98 /// hasRawTextSupport - We support EmitRawText.
99 virtual bool hasRawTextSupport() const { return true; }
267 /// indicated by the hasRawTextSupport() predicate.
    [all...]

Completed in 209 milliseconds