Home
last modified time | relevance | path

Searched refs:readByte (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DEhFrame.cpp48 uint8_t readByte();
61 uint8_t EhReader::readByte() { in readByte() function in EhReader
119 uint8_t enc = readByte(); in skipAugP()
140 int version = readByte(); in getAugmentation()
154 readByte(); in getAugmentation()
167 return readByte(); in getFdeEncoding()
171 readByte(); in getFdeEncoding()
190 readByte(); in hasLSDA()
/llvm-project-15.0.7/lld/MachO/
H A DEhFrame.h65 uint8_t readByte(size_t *off) const;
H A DEhFrame.cpp47 uint8_t EhReader::readByte(size_t *off) const { in readByte() function in EhReader
H A DInputFiles.cpp1321 uint8_t version = reader.readByte(&off); in parseCIE()
1336 uint8_t personalityEnc = reader.readByte(&off); in parseCIE()
1345 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE()
1353 uint8_t pointerEnc = reader.readByte(&off); in parseCIE()