Searched refs:failOn (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | EhFrame.cpp | 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() 49 failOn(*off, "unexpected end of CIE/FDE"); in readByte() 55 failOn(*off, "unexpected end of CIE/FDE"); in readU32() 63 failOn(*off, "unexpected end of CIE/FDE"); in readPointer() 78 failOn(*off, "corrupted CIE (failed to read string)"); in readString() 83 failOn(*off, "corrupted CIE (failed to read string)"); in readString() 95 failOn(errOff, "corrupted CIE (failed to read LEB128)"); in skipLeb128() 98 void EhReader::failOn(size_t errOff, const Twine &msg) const { in failOn() function in EhReader
|
| H A D | EhFrame.h | 69 void failOn(size_t errOff, const Twine &msg) const;
|
| H A D | InputFiles.cpp | 1262 reader.failOn(off, "unexpected personality encoding 0x" + in parseCIE() 1272 reader.failOn(off, "unexpected LSDA encoding 0x" + in parseCIE() 1280 reader.failOn(off, "unexpected pointer encoding 0x" + in parseCIE() 1291 reader.failOn(off, "Failed to locate relocation for personality symbol"); in parseCIE()
|