Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp26 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anond16e81620111::MCNullStreamer
H A DMCAsmStreamer.cpp103 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anona620a6280111::MCAsmStreamer
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp335 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
353 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h293 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp103 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
732 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1446 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp749 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp105 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DDwarfDebug.cpp647 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
1539 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()