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

  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 103 if (OutStreamer.hasRawTextSupport()) {
120 if (OutStreamer.hasRawTextSupport()) {
267 if (OutStreamer.hasRawTextSupport())
286 if (OutStreamer.hasRawTextSupport())
302 if (OutStreamer.hasRawTextSupport()) {
332 if (OutStreamer.hasRawTextSupport()) {
522 if (OutStreamer.hasRawTextSupport())
527 if (OutStreamer.hasRawTextSupport()) {
537 if (OutStreamer.hasRawTextSupport())
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 155 if (!OutStreamer.hasRawTextSupport())
170 if (OutStreamer.hasRawTextSupport())
176 if (!OutStreamer.hasRawTextSupport())
184 if (OutStreamer.hasRawTextSupport())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 83 if (OutStreamer.hasRawTextSupport()) {
164 if (!OutStreamer.hasRawTextSupport()) return;
175 if (OutStreamer.hasRawTextSupport())
373 if (OutStreamer.hasRawTextSupport())
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 303 if (!isVerbose() || !OutStreamer.hasRawTextSupport()) return;
467 if (OutStreamer.hasRawTextSupport())
  /external/llvm/include/llvm/MC/
MCStreamer.h 136 /// hasRawTextSupport - Return true if this asm streamer supports emitting
138 virtual bool hasRawTextSupport() const { return false; }
587 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 300 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 74 /// hasRawTextSupport - We support EmitRawText.
75 virtual bool hasRawTextSupport() const { return true; }
176 /// indicated by the hasRawTextSupport() predicate.
535 /// indicated by the hasRawTextSupport() predicate.
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 617 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
627 if (OutStreamer.hasRawTextSupport())
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 685 if (OutStreamer.hasRawTextSupport()) {
813 if (OutStreamer.hasRawTextSupport())
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 98 /// hasRawTextSupport - We support EmitRawText.
99 virtual bool hasRawTextSupport() const { return true; }
258 /// indicated by the hasRawTextSupport() predicate.
    [all...]

Completed in 520 milliseconds