Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCNullStreamer.cpp31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon7930ec770111::MCNullStreamer
HDMCAsmStreamer.cpp133 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonf107829d0111::MCAsmStreamer
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonAsmPrinter.cpp328 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
347 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp103 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
792 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1511 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCStreamer.h345 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1097 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2240 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
HDDwarfCompileUnit.cpp138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
HDAsmPrinter.cpp409 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp2421 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()