|
LLVM
3.7.0
|
#include "llvm/Support/LEB128.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| unsigned | llvm::getULEB128Size (uint64_t Value) |
| Utility function to get the size of the ULEB128-encoded value. More... | |
| unsigned | llvm::getSLEB128Size (int64_t Value) |
| Utility function to get the size of the SLEB128-encoded value. More... | |
1.8.6