Searched refs:hasRawTextSupport (Results 1 – 9 of 9) sorted by relevance
31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonac3d14940111::MCNullStreamer
116 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon66f09b1a0111::MCAsmStreamer
327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()346 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()736 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()1456 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
336 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
1114 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()2203 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
122 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
396 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
1374 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()