Home
last modified time | relevance | path

Searched refs:hasRawTextSupport (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeAsmPrinter.cpp157 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/
DAsmPrinterInlineAsm.cpp82 if (OutStreamer.hasRawTextSupport()) { in EmitInlineAsm()
161 if (!OutStreamer.hasRawTextSupport()) return; in EmitInlineAsm()
172 if (OutStreamer.hasRawTextSupport()) in EmitInlineAsm()
366 if (OutStreamer.hasRawTextSupport()) in EmitInlineAsm()
DAsmPrinter.cpp1975 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitBasicBlockStart()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp37 virtual bool hasRawTextSupport() const { return Child->hasRawTextSupport(); } in hasRawTextSupport() function in __anonb821a4970111::MCLoggingStreamer
DMCAsmStreamer.cpp93 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anon247e66110111::MCAsmStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp302 if (!isVerbose() || !OutStreamer.hasRawTextSupport()) return; in EmitInstruction()
443 if (OutStreamer.hasRawTextSupport()) in EmitStartOfAsmFile()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp280 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
301 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp300 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h136 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp335 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
353 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86MCInstLower.cpp600 if (isVerbose() && OutStreamer.hasRawTextSupport()) { in EmitInstruction()
610 if (OutStreamer.hasRawTextSupport()) in EmitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp74 virtual bool hasRawTextSupport() const { return true; } in hasRawTextSupport() function in __anon150edaef0111::PTXMCAsmStreamer
/external/llvm/include/llvm/MC/
DMCStreamer.h249 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp479 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp668 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/
DMCStreamer.h284 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp581 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp103 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/
DHexagonAsmParser.cpp148 if (!Parser.getStreamer().hasRawTextSupport()) { in HexagonAsmParser()
979 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1670 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp404 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit()
1074 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunction()
DDwarfCompileUnit.cpp73 Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID()); in getOrCreateSourceID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp540 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
1382 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
DDwarfCompileUnit.cpp103 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon0a0f6ae50111::MCAsmStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp103 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anoncd5cb11d0111::MCAsmStreamer