Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCNullStreamer.cpp25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anone727b5f40111::MCNullStreamer
DMCAsmStreamer.cpp109 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonf45c907a0111::MCAsmStreamer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCNullStreamer.cpp25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon6b21bfe80111::MCNullStreamer
DMCAsmStreamer.cpp106 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon93832bee0111::MCAsmStreamer
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp280 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
301 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/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-10.0/llvm/include/llvm/MC/
DMCStreamer.h309 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
731 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1445 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-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
738 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1457 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h321 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/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-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1066 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp894 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
1839 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
DDwarfCompileUnit.cpp114 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
DAsmPrinter.cpp239 assert(OutStreamer->hasRawTextSupport() && "Expected assembly output mode."); in emitInitialRawDwarfLocDirective()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon5e0e4d0c0111::MCAsmStreamer
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1188 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1072 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2063 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
DDwarfCompileUnit.cpp103 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
DAsmPrinter.cpp240 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()