Searched defs:readSLEB128 (Results 1 - 3 of 3) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp212 readSLEB128(const uint8_t** data) function
254 result = static_cast<uintptr_t>(readSLEB128(&p));
694 int64_t ttypeIndex = readSLEB128(&action);
852 int64_t actionOffset = readSLEB128(&temp);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp401 static uintptr_t readSLEB128(const uint8_t **data) { function
472 result = readSLEB128(&p);
586 typeOffset = readSLEB128(&actionPos);
588 actionOffset = readSLEB128(&tempActionPos);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1689 Addend = readSLEB128();
1776 int64_t MachOBindEntry::readSLEB128() { function in class:MachOBindEntry

Completed in 432 milliseconds