Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCNullStreamer.cpp31 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anonac3d14940111::MCNullStreamer
H A DMCAsmStreamer.cpp116 bool hasRawTextSupport() const override { return true; } in hasRawTextSupport() function in __anon66f09b1a0111::MCAsmStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp327 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
346 if (!OutStreamer->hasRawTextSupport()) { in HexagonProcessInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp102 if (!Parser.getStreamer().hasRawTextSupport()) { in getAssembler()
736 if (getStreamer().hasRawTextSupport()) in ParseDirectiveComm()
1456 if (!Parser.getStreamer().hasRawTextSupport()) { in processInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h336 virtual bool hasRawTextSupport() const { return false; } in hasRawTextSupport() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1114 if (!Asm->OutStreamer->hasRawTextSupport() || SingleCU) in getOrCreateDwarfCompileUnit()
2203 if (Asm->OutStreamer->hasRawTextSupport()) in getDwarfCompileUnitIDForLineTable()
H A DDwarfCompileUnit.cpp122 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID()
H A DAsmPrinter.cpp396 assert(OutStreamer->hasRawTextSupport() && in emitInitialRawDwarfLocDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1374 if (isVerbose() && OutStreamer->hasRawTextSupport()) { in emitInstruction()