class APByteStreamer

Declaration

class APByteStreamer : public ByteStreamer { /* full declaration omitted */ };

Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:37

Inherits from: ByteStreamer

Method Overview

  • public APByteStreamer(llvm::AsmPrinter & Asm)
  • public void EmitInt8(uint8_t Byte, const llvm::Twine & Comment)
  • public void EmitSLEB128(uint64_t DWord, const llvm::Twine & Comment)
  • public void EmitULEB128(uint64_t DWord, const llvm::Twine & Comment, unsigned int PadTo)

Inherited from ByteStreamer:

Methods

APByteStreamer(llvm::AsmPrinter& Asm)

Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:42

Parameters

llvm::AsmPrinter& Asm

void EmitInt8(uint8_t Byte,
              const llvm::Twine& Comment)

Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:43

Parameters

uint8_t Byte
const llvm::Twine& Comment

void EmitSLEB128(uint64_t DWord,
                 const llvm::Twine& Comment)

Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:47

Parameters

uint64_t DWord
const llvm::Twine& Comment

void EmitULEB128(uint64_t DWord,
                 const llvm::Twine& Comment,
                 unsigned int PadTo)

Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:51

Parameters

uint64_t DWord
const llvm::Twine& Comment
unsigned int PadTo