Home
last modified time | relevance | path

Searched defs:readLEB128 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h211 inline uint64_t readLEB128(const uint8_t *&p, uint64_t leb) { in readLEB128() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp135 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128() function