Searched refs:hasRawTextSupport (Results 1 – 9 of 9) sorted by relevance
31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon3c28729d0111::MCNullStreamer
133 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon0673dc030111::MCAsmStreamer
328 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()347 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
103 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()792 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()1511 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
345 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
1097 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()2240 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
409 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
2421 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()