Searched refs:hasRawTextSupport (Results 1 – 7 of 7) sorted by relevance
270 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()291 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
237 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
455 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
147 if (!Parser.getStreamer().hasRawTextSupport()) { in HexagonAsmParser()998 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()1671 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
402 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit()1132 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunction()
72 Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID()); in getOrCreateSourceID()
93 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon68723cb10111::MCAsmStreamer