Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1271 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE() local
1272 cie.lsdaPtrSize = pointerEncodingToSize(lsdaEnc); in parseCIE()
1275 Twine::utohexstr(lsdaEnc)); in parseCIE()