Searched refs:readSLEB128 (Results 1 - 5 of 5) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp213 readSLEB128(const uint8_t** data) function
255 result = static_cast<uintptr_t>(readSLEB128(&p));
704 int64_t ttypeIndex = readSLEB128(&action);
862 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/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp406 static uintptr_t readSLEB128(const uint8_t **data) { function
453 result = readSLEB128(&p);
566 typeOffset = readSLEB128(&actionPos);
568 actionOffset = readSLEB128(&tempActionPos);
/external/llvm/include/llvm/Object/
H A DMachO.h167 int64_t readSLEB128();
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1789 Addend = readSLEB128();
1876 int64_t MachOBindEntry::readSLEB128() { function in class:MachOBindEntry

Completed in 576 milliseconds