LLVM API Documentation

Public Member Functions
llvm::HashingByteStreamer Class Reference

#include <ByteStreamer.h>

Inheritance diagram for llvm::HashingByteStreamer:
Inheritance graph
[legend]
Collaboration diagram for llvm::HashingByteStreamer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HashingByteStreamer (DIEHash &H)
void EmitInt8 (uint8_t Byte, const Twine &Comment) override
void EmitSLEB128 (uint64_t DWord, const Twine &Comment) override
void EmitULEB128 (uint64_t DWord, const Twine &Comment) override

Detailed Description

Definition at line 54 of file ByteStreamer.h.


Constructor & Destructor Documentation

Definition at line 58 of file ByteStreamer.h.


Member Function Documentation

void llvm::HashingByteStreamer::EmitInt8 ( uint8_t  Byte,
const Twine Comment 
) [inline, override, virtual]

Implements llvm::ByteStreamer.

Definition at line 59 of file ByteStreamer.h.

References llvm::DIEHash::update().

void llvm::HashingByteStreamer::EmitSLEB128 ( uint64_t  DWord,
const Twine Comment 
) [inline, override, virtual]

Implements llvm::ByteStreamer.

Definition at line 62 of file ByteStreamer.h.

References llvm::DIEHash::addSLEB128().

void llvm::HashingByteStreamer::EmitULEB128 ( uint64_t  DWord,
const Twine Comment 
) [inline, override, virtual]

Implements llvm::ByteStreamer.

Definition at line 65 of file ByteStreamer.h.

References llvm::DIEHash::addULEB128().


The documentation for this class was generated from the following file: