class HashingByteStreamer
Declaration
class HashingByteStreamer : public ByteStreamer { /* full declaration omitted */ };
Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:57
Inherits from: ByteStreamer
Method Overview
- 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)
- public HashingByteStreamer(llvm::DIEHash & H)
Inherited from ByteStreamer:
Methods
¶void EmitInt8(uint8_t Byte,
const llvm::Twine& Comment)
void EmitInt8(uint8_t Byte,
const llvm::Twine& Comment)
Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:62
Parameters
- uint8_t Byte
- const llvm::Twine& Comment
¶void EmitSLEB128(uint64_t DWord,
const llvm::Twine& Comment)
void EmitSLEB128(uint64_t DWord,
const llvm::Twine& Comment)
Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:65
Parameters
- uint64_t DWord
- const llvm::Twine& Comment
¶void EmitULEB128(uint64_t DWord,
const llvm::Twine& Comment,
unsigned int PadTo)
void EmitULEB128(uint64_t DWord,
const llvm::Twine& Comment,
unsigned int PadTo)
Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:68
Parameters
- uint64_t DWord
- const llvm::Twine& Comment
- unsigned int PadTo
¶HashingByteStreamer(llvm::DIEHash& H)
HashingByteStreamer(llvm::DIEHash& H)
Declared at: llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h:61