LLVM API Documentation

Namespaces | Functions
LEB128.cpp File Reference
#include "llvm/Support/LEB128.h"
Include dependency graph for LEB128.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

unsigned llvm::getULEB128Size (uint64_t Value)
 Utility function to get the size of the ULEB128-encoded value.
unsigned llvm::getSLEB128Size (int64_t Value)
 Utility function to get the size of the SLEB128-encoded value.