Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCNullStreamer.cpp31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonbfb154130111::MCNullStreamer
H A DMCAsmStreamer.cpp117 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon770b66b90111::MCAsmStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp326 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
735 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1454 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h340 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1097 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2240 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
H A DDwarfCompileUnit.cpp123 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DAsmPrinter.cpp423 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1569 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()