Home
last modified time | relevance | path

Searched refs:hasRawTextSupport (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCNullStreamer.cpp31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonbaf0cfcd0111::MCNullStreamer
H A DMCAsmStreamer.cpp116 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon120d53330111::MCAsmStreamer
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
346 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
727 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1447 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h336 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1269 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1088 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2167 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
H A DDwarfCompileUnit.cpp122 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DAsmPrinter.cpp407 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()