Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp1345 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE() local
1346 cie.lsdaPtrSize = pointerEncodingToSize(lsdaEnc); in parseCIE()
1349 Twine::utohexstr(lsdaEnc)); in parseCIE()