Searched refs:hasRawTextSupport (Results 1 – 9 of 9) sorted by relevance
25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon34f9b2a70111::MCNullStreamer
106 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonf6b842cd0111::MCAsmStreamer
327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
309 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()731 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()1445 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
1066 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
894 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()1839 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
114 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
239 assert(OutStreamer->hasRawTextSupport() && "Expected assembly output mode."); in emitInitialRawDwarfLocDirective()