LLVM API Documentation

ArchiveReader.cpp File Reference

#include "ArchiveInternals.h"
#include "llvm/Bytecode/Reader.h"
#include <memory>

Include dependency graph for ArchiveReader.cpp:

Go to the source code of this file.

Functions

unsigned readInteger (const char *&At, const char *End)
 Read a variable-bit-rate encoded unsigned integer.


Function Documentation

unsigned readInteger ( const char *&  At,
const char *  End 
) [inline]

Read a variable-bit-rate encoded unsigned integer.

Definition at line 21 of file ArchiveReader.cpp.

Referenced by llvm::Archive::parseSymbolTable().