Lines Matching defs:failOn
24 failOn(errOff, "CIE/FDE too small");
30 failOn(errOff, "CIE/FDE too small");
35 failOn(errOff, "CIE/FDE extends past the end of the section");
49 failOn(*off, "unexpected end of CIE/FDE");
55 failOn(*off, "unexpected end of CIE/FDE");
63 failOn(*off, "unexpected end of CIE/FDE");
78 failOn(*off, "corrupted CIE (failed to read string)");
83 failOn(*off, "corrupted CIE (failed to read string)");
95 failOn(errOff, "corrupted CIE (failed to read LEB128)");
98 void EhReader::failOn(size_t errOff, const Twine &msg) const {