Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1254 uint8_t lsdaEnc = reader.readByte(&off); in parseCIE() local
1255 cie.lsdaPtrSize = pointerEncodingToSize(lsdaEnc); in parseCIE()
1258 Twine::utohexstr(lsdaEnc)); in parseCIE()