Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp225 uint8_t IHexRecord::getChecksum(StringRef S) { in getChecksum()
235 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, in getLine()
254 static Error checkRecord(const IHexRecord &R) { in checkRecord()
256 case IHexRecord::Data: in checkRecord()
262 case IHexRecord::EndOfFile: in checkRecord()
264 case IHexRecord::SegmentAddr: in checkRecord()
272 case IHexRecord::StartAddr80x86: in checkRecord()
273 case IHexRecord::StartAddr: in checkRecord()
281 if (R.Type == IHexRecord::StartAddr80x86 && in checkRecord()
286 case IHexRecord::ExtendedAddr: in checkRecord()
[all …]
H A DELFObject.h199 struct IHexRecord { struct
226 static Expected<IHexRecord> parse(StringRef Line); argument
1074 const std::vector<IHexRecord> &Records;
1079 IHexELFBuilder(const std::vector<IHexRecord> &Records) : Records(Records) {} in IHexELFBuilder()
1124 Expected<std::vector<IHexRecord>> parse() const;