Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCNullStreamer.cpp25 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon1fc2b4480111::MCNullStreamer
H A DMCAsmStreamer.cpp117 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon43a7144e0111::MCAsmStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
345 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
738 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1457 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h321 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1218 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1109 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2103 if (Asm->OutStreamer->hasRawTextSupport()) in beginFunctionImpl()
H A DDwarfCompileUnit.cpp126 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DAsmPrinter.cpp248 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()