/external/llvm-project/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anone727b5f40111::MCNullStreamer
|
D | MCAsmStreamer.cpp | 109 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonf45c907a0111::MCAsmStreamer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon6b21bfe80111::MCNullStreamer
|
D | MCAsmStreamer.cpp | 106 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon93832bee0111::MCAsmStreamer
|
/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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction() 345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction() 345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
|
/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-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 309 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 102 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/ |
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-project/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 102 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/ |
D | MCStreamer.h | 321 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
|
/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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 1066 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 894 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit() 1839 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
|
D | DwarfCompileUnit.cpp | 114 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
|
D | AsmPrinter.cpp | 239 assert(OutStreamer->hasRawTextSupport() && "Expected assembly output mode."); in emitInitialRawDwarfLocDirective()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 96 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon5e0e4d0c0111::MCAsmStreamer
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 1188 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1072 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit() 2063 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
|
D | DwarfCompileUnit.cpp | 103 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
|
D | AsmPrinter.cpp | 240 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
|