Searched refs:readSLEB128 (Results 1 – 6 of 6) sorted by relevance
257 inline int64_t readSLEB128(const uint8_t *&p) { return readLEB128(p, 64); } in readSLEB128() function285 crel.r_symidx += readSLEB128(p); in step()287 crel.r_type += readSLEB128(p); in step()289 crel.r_addend += static_cast<uint>(readSLEB128(p)); in step()
102 LLVM_ABI Error readSLEB128(int64_t &Dest);
58 Error BinaryStreamReader::readSLEB128(int64_t &Dest) {59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { readSLEB128() function in BinaryStreamReader
219 if (auto Err = RecordReader.readSLEB128(DataAlignmentFactor)) in processCIE()
245 int64_t readSLEB128(const char **error);
4005 Addend = readSLEB128(&error); in moveNext()4292 int64_t MachOBindEntry::readSLEB128(const char **error) { in readSLEB128() function in MachOBindEntry