Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h255 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/CodeGen/AsmPrinter/
DDwarfDebug.cpp381 if (!Asm->OutStreamer.hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit()
1111 if (Asm->OutStreamer.hasRawTextSupport()) in beginFunction()
DDwarfCompileUnit.cpp68 Asm->OutStreamer.hasRawTextSupport() ? 0 : getUniqueID()); in getOrCreateSourceID()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp87 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon0a0f6ae50111::MCAsmStreamer