LLVM API Documentation
#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. | |
| 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().