Home
last modified time | relevance | path

Searched defs:readSLEB128 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamReader.cpp59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128() function in BinaryStreamReader
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp230 readSLEB128(const uint8_t** data) in readSLEB128() function
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp358 static uintptr_t readSLEB128(const uint8_t **data) { in readSLEB128() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4282 int64_t MachOBindEntry::readSLEB128(const char **error) { in readSLEB128() function in MachOBindEntry