Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DEhFrame.cpp22 const size_t errOff = *off; in readLength() local
24 failOn(errOff, "CIE/FDE too small"); in readLength()
30 failOn(errOff, "CIE/FDE too small"); in readLength()
35 failOn(errOff, "CIE/FDE extends past the end of the section"); in readLength()
89 const size_t errOff = *off; in skipLeb128() local
95 failOn(errOff, "corrupted CIE (failed to read LEB128)"); in skipLeb128()
98 void EhReader::failOn(size_t errOff, const Twine &msg) const { in failOn() argument
100 Twine::utohexstr(dataOff + errOff) + "): " + msg); in failOn()
H A DEhFrame.h70 void failOn(size_t errOff, const Twine &msg) const;