Searched refs:streamer (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 74 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 D | MCDwarf.cpp | 1238 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 D | null-streamer.ll | 1 ; Test the null streamer with a terget streamer.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | null-streamer.ll | 1 ; Test the null streamer with a terget streamer.
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | padding.test | 1 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 D | set-directive.s | 7 # Test that '.set mt' is emitted by the asm target streamer.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | null-streamer.ll | 7 source_filename = "test/CodeGen/X86/null-streamer.ll"
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCExpr.h | 62 void visitUsedExpr(MCStreamer &streamer) const override;
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | global.ll | 4 ; Also test that the null streamer doesn't crash with debug info.
|
| H A D | inlined-strings.ll | 3 ; Also test that the null streamer doesn't crash with debug info.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-toc.ll | 2 ; Test with null streamer.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Remarks.rst | 621 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 D | CodeGenerator.rst | 623 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 D | MCDwarf.h | 705 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 2466 // 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
|