Home
last modified time | relevance | path

Searched refs:streamer (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp74 streamer.emitInt8(b2); in EmitUnwindCode()
88 streamer.emitInt16(w); in EmitUnwindCode()
93 streamer.emitInt8(b2); in EmitUnwindCode()
97 streamer.emitInt8(b2); in EmitUnwindCode()
103 streamer.emitInt8(b2); in EmitUnwindCode()
107 streamer.emitInt16(w); in EmitUnwindCode()
113 streamer.emitInt8(b2); in EmitUnwindCode()
118 streamer.emitInt16(w); in EmitUnwindCode()
120 streamer.emitInt16(w); in EmitUnwindCode()
126 streamer.emitInt8(b2); in EmitUnwindCode()
[all …]
H A DMCDwarf.cpp1238 static int getDataAlignmentFactor(MCStreamer &streamer) { in getDataAlignmentFactor() argument
1239 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
1248 static unsigned getSizeForEncoding(MCStreamer &streamer, in getSizeForEncoding() argument
1250 MCContext &context = streamer.getContext(); in getSizeForEncoding()
1271 MCContext &context = streamer.getContext(); in emitFDESymbol()
1275 streamer); in emitFDESymbol()
1276 unsigned size = getSizeForEncoding(streamer, symbolEncoding); in emitFDESymbol()
1278 emitAbsValue(streamer, v, size); in emitFDESymbol()
1280 streamer.emitValue(v, size); in emitFDESymbol()
1285 MCContext &context = streamer.getContext(); in EmitPersonality()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dnull-streamer.ll1 ; Test the null streamer with a terget streamer.
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dpadding.test1 Test that both llvm-dis (uses a data streamer) and opt (no data streamer)
/llvm-project-15.0.7/llvm/test/MC/Mips/mt/
H A Dset-directive.s7 # Test that '.set mt' is emitted by the asm target streamer.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dnull-streamer.ll7 source_filename = "test/CodeGen/X86/null-streamer.ll"
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h62 void visitUsedExpr(MCStreamer &streamer) const override;
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dglobal.ll4 ; Also test that the null streamer doesn't crash with debug info.
H A Dinlined-strings.ll3 ; Also test that the null streamer doesn't crash with debug info.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-toc.ll2 ; Test with null streamer.
/llvm-project-15.0.7/llvm/docs/
H A DRemarks.rst621 All remark serialization should go through the main remark streamer, the
627 Typically, a specialized remark streamer will hold a reference to the one set
632 up its own specialized remark streamer that takes ``clang::Diagnostic``
640 main streamer.
H A DCodeGenerator.rst623 to output an MCInst to the streamer.
640 inherit from it, a target object streamer and a target asm streamer. The target
641 asm streamer just prints it (``emitFnStart -> .fnstart``), and the object
642 streamer implement the assembler logic for it.
646 passing callbacks that allocate the corresponding target streamer and pass it
647 to createAsmStreamer or to the appropriate object streamer constructor.
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h705 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td2466 // Pseudo instruction to tell the streamer to emit a 'B' character into the
2470 // Pseudo instruction to tell the streamer to emit a 'G' character into the