Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp32 getStreamer().emitRawText(S); in outputDwarfFileDirectives()
38 getStreamer().emitRawText("\t}"); in closeLastSection()
135 Streamer.emitRawText(OS.str()); in emitRawBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp273 OutStreamer->emitRawText(O.str()); in emitInstruction()
286 OutStreamer->emitRawText(O.str()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp450 OutStreamer->emitRawText(StringRef("\t.pragma \"nounroll\";\n")); in emitBasicBlockStart()
484 OutStreamer->emitRawText(O.str()); in emitFunctionEntryLabel()
488 OutStreamer->emitRawText(StringRef("{\n")); in emitFunctionEntryLabel()
502 OutStreamer->emitRawText(StringRef("}\n")); in runOnMachineFunction()
510 OutStreamer->emitRawText(O.str()); in emitFunctionBodyStart()
782 OutStreamer->emitRawText(OS1.str()); in emitStartOfAsmFile()
848 OutStreamer->emitRawText(OS2.str()); in emitGlobals()
876 OutStreamer->emitRawText(OS.str()); in emitGlobalAlias()
956 OutStreamer->emitRawText("\t.section\t.debug_loc\t{\t}"); in doFinalization()
1765 OutStreamer->emitRawText(O.str()); in setAndEmitFunctionVirtualRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp69 Streamer.emitRawText(Directive); in emitDwarfFileDirective()
77 Streamer.emitRawText(OS.str()); in emitValue()
88 Streamer.emitRawText(OS.str()); in emitRawBytes()
1001 void MCStreamer::emitRawText(const Twine &T) { in emitRawText() function in MCStreamer
H A DMCAsmStreamer.cpp1668 emitRawText(OS1.str()); in tryEmitDwarfFileDirective()
1697 emitRawText(OS1.str()); in emitDwarfFile0Directive()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp93 OutStreamer->emitRawText(Str); in emitInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1130 void emitRawText(const Twine &String);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1573 OutStreamer->emitRawText(StringRef(OS.str())); in emitInstruction()