HomeSort by relevance Sort by last modified time
    Searched full:hasrawtextsupport (Results 1 - 11 of 11) sorted by null

  /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...]
MCStreamer.cpp 511 /// indicated by the hasRawTextSupport() predicate.
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 83 if (OutStreamer.hasRawTextSupport()) {
163 if (!OutStreamer.hasRawTextSupport()) return;
174 if (OutStreamer.hasRawTextSupport())
368 if (OutStreamer.hasRawTextSupport())
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 159 if (!OutStreamer.hasRawTextSupport())
174 if (OutStreamer.hasRawTextSupport())
180 if (!OutStreamer.hasRawTextSupport())
188 if (OutStreamer.hasRawTextSupport())
  /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.
  /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/Target/PowerPC/
PPCAsmPrinter.cpp 302 if (!isVerbose() || !OutStreamer.hasRawTextSupport()) return;
443 if (OutStreamer.hasRawTextSupport())
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 591 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
601 if (OutStreamer.hasRawTextSupport())
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 589 if (OutStreamer.hasRawTextSupport()) {
706 if (OutStreamer.hasRawTextSupport())
    [all...]

Completed in 724 milliseconds