Searched refs:failOn (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | EhFrame.cpp | 43 template <class P> void failOn(const P *loc, const Twine &msg) { in failOn() function in __anon15761a290111::EhReader 63 failOn(d.data(), "unexpected end of CIE"); in readByte() 71 failOn(d.data(), "CIE is too small"); in skipBytes() 79 failOn(d.data(), "corrupted CIE (failed to read string)"); in readString() 97 failOn(errPos, "corrupted CIE (failed to read LEB128)"); in skipLeb128() 121 failOn(d.data() - 1, "DW_EH_PE_aligned encoding is not supported"); in skipAugP() 124 failOn(d.data() - 1, "unknown FDE encoding"); in skipAugP() 126 failOn(d.data() - 1, "corrupted CIE"); in skipAugP() 142 failOn(d.data() - 1, in getAugmentation() 175 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in getFdeEncoding() [all …]
|
/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 | 1264 reader.failOn(off, "unexpected personality encoding 0x" + in parseCIE() 1274 reader.failOn(off, "unexpected LSDA encoding 0x" + in parseCIE() 1282 reader.failOn(off, "unexpected pointer encoding 0x" + in parseCIE() 1293 reader.failOn(off, "Failed to locate relocation for personality symbol"); in parseCIE()
|