Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCNullStreamer.cpp31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon3c28729d0111::MCNullStreamer
H A DMCAsmStreamer.cpp133 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon0673dc030111::MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp328 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
347 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp103 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
792 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1511 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h345 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/freebsd/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.cpp138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DAsmPrinter.cpp409 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2421 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()