Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp270 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
291 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/external/llvm/include/llvm/MC/
DMCStreamer.h237 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp455 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in EmitInstruction()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp147 if (!Parser.getStreamer().hasRawTextSupport()) { in HexagonAsmParser()
998 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1671 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp402 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit()
1132 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunction()
DDwarfCompileUnit.cpp72 Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID()); in getOrCreateSourceID()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp93 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon68723cb10111::MCAsmStreamer