HomeSort by: relevance | last modified time | path
    Searched refs:IHexRecord (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 208 uint8_t IHexRecord::getChecksum(StringRef S) {
218 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr,
237 static Error checkRecord(const IHexRecord &R) {
239 case IHexRecord::Data:
245 case IHexRecord::EndOfFile:
247 case IHexRecord::SegmentAddr:
255 case IHexRecord::StartAddr80x86:
256 case IHexRecord::StartAddr:
264 if (R.Type == IHexRecord::StartAddr80x86 &&
269 case IHexRecord::ExtendedAddr
    [all...]
Object.h 196 struct IHexRecord {
223 static Expected<IHexRecord> parse(StringRef Line);
929 const std::vector<IHexRecord> &Records;
934 IHexELFBuilder(const std::vector<IHexRecord> &Records)
982 Expected<std::vector<IHexRecord>> parse() const;

Completed in 40 milliseconds