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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 157 if (!OutStreamer.hasRawTextSupport())
172 if (OutStreamer.hasRawTextSupport())
178 if (!OutStreamer.hasRawTextSupport())
186 if (OutStreamer.hasRawTextSupport())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 82 if (OutStreamer.hasRawTextSupport()) {
161 if (!OutStreamer.hasRawTextSupport()) return;
172 if (OutStreamer.hasRawTextSupport())
366 if (OutStreamer.hasRawTextSupport())
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCLoggingStreamer.cpp 37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); }
MCAsmStreamer.cpp 92 /// hasRawTextSupport - We support EmitRawText.
93 virtual bool hasRawTextSupport() const { return true; }
249 /// indicated by the hasRawTextSupport() predicate.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 280 if (!OutStreamer->hasRawTextSupport()) {
301 if (!OutStreamer->hasRawTextSupport()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 302 if (!isVerbose() || !OutStreamer.hasRawTextSupport()) return;
443 if (OutStreamer.hasRawTextSupport())
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 134 /// hasRawTextSupport - Return true if this asm streamer supports emitting
136 virtual bool hasRawTextSupport() const { return false; }
567 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 300 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 249 virtual bool hasRawTextSupport() const { return false; }
798 /// the hasRawTextSupport() predicate. By default this aborts.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 73 /// hasRawTextSupport - We support EmitRawText.
74 virtual bool hasRawTextSupport() const { return true; }
174 /// indicated by the hasRawTextSupport() predicate.
524 /// indicated by the hasRawTextSupport() predicate.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp 600 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
610 if (OutStreamer.hasRawTextSupport())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 335 if (!OutStreamer->hasRawTextSupport()) {
353 if (!OutStreamer->hasRawTextSupport()) {
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 479 if (isVerbose() && OutStreamer->hasRawTextSupport()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCStreamer.h 284 virtual bool hasRawTextSupport() const { return false; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 581 if (isVerbose() && OutStreamer->hasRawTextSupport()) {
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 148 if (!Parser.getStreamer().hasRawTextSupport()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 668 if (OutStreamer.hasRawTextSupport()) {
785 if (OutStreamer.hasRawTextSupport())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 103 if (!Parser.getStreamer().hasRawTextSupport()) {
733 if (getStreamer().hasRawTextSupport())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 404 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU)
    [all...]
DwarfCompileUnit.cpp 69 // FIXME: add a better feature test than hasRawTextSupport. Even better,
73 Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 101 // FIXME: add a better feature test than hasRawTextSupport. Even better,
103 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID();
    [all...]
DwarfDebug.cpp 540 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU)
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 95 /// hasRawTextSupport - We support EmitRawText.
96 bool hasRawTextSupport() const override { return true; }
280 /// indicated by the hasRawTextSupport() predicate.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmStreamer.cpp 103 bool hasRawTextSupport() const override { return true; }
328 /// hasRawTextSupport() predicate.
    [all...]

Completed in 1219 milliseconds