Home
last modified time | relevance | path

Searched refs:readSLEB128 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h257 inline int64_t readSLEB128(const uint8_t *&p) { return readLEB128(p, 64); } in readSLEB128() function
285 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h102 LLVM_ABI Error readSLEB128(int64_t &Dest);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp58 Error BinaryStreamReader::readSLEB128(int64_t &Dest) {
59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { readSLEB128() function in BinaryStreamReader
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp219 if (auto Err = RecordReader.readSLEB128(DataAlignmentFactor)) in processCIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h245 int64_t readSLEB128(const char **error);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4005 Addend = readSLEB128(&error); in moveNext()
4292 int64_t MachOBindEntry::readSLEB128(const char **error) { in readSLEB128() function in MachOBindEntry