/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeAsmPrinter.cpp | 157 if (!OutStreamer.hasRawTextSupport()) in emitFrameDirective() 172 if (OutStreamer.hasRawTextSupport()) in EmitFunctionEntryLabel() 178 if (!OutStreamer.hasRawTextSupport()) in EmitFunctionBodyStart() 186 if (OutStreamer.hasRawTextSupport()) in EmitFunctionBodyEnd()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 82 if (OutStreamer.hasRawTextSupport()) { in EmitInlineAsm() 161 if (!OutStreamer.hasRawTextSupport()) return; in EmitInlineAsm() 172 if (OutStreamer.hasRawTextSupport()) in EmitInlineAsm() 366 if (OutStreamer.hasRawTextSupport()) in EmitInlineAsm()
|
D | AsmPrinter.cpp | 1975 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitBasicBlockStart()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCLoggingStreamer.cpp | 37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); } in hasRawTextSupport() function in __anonb821a4970111::MCLoggingStreamer
|
D | MCAsmStreamer.cpp | 93 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anon247e66110111::MCAsmStreamer
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 302 if (!isVerbose() || !OutStreamer.hasRawTextSupport()) return; in EmitInstruction() 443 if (OutStreamer.hasRawTextSupport()) in EmitStartOfAsmFile()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 280 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction() 301 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 300 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCStreamer.h | 136 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 335 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction() 353 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86MCInstLower.cpp | 600 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitInstruction() 610 if (OutStreamer.hasRawTextSupport()) in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 74 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anon150edaef0111::PTXMCAsmStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 249 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 479 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 668 if (OutStreamer.hasRawTextSupport()) { in emitAttributes() 785 if (OutStreamer.hasRawTextSupport()) in emitARMAttributeSection() 1200 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 284 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 581 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 103 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler() 733 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm() 1447 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 148 if (!Parser.getStreamer().hasRawTextSupport()) { in HexagonAsmParser() 979 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm() 1670 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 404 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit() 1074 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunction()
|
D | DwarfCompileUnit.cpp | 73 Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID()); in getOrCreateSourceID()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 540 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit() 1382 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
|
D | DwarfCompileUnit.cpp | 103 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon0a0f6ae50111::MCAsmStreamer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 103 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anoncd5cb11d0111::MCAsmStreamer
|