reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
 1646     if (!R)
 1647       return parseError(LineNo, R.takeError());
 1648     if (R->Type == IHexRecord::EndOfFile)
 1650     HasSections |= (R->Type == IHexRecord::Data);
 1651     Records.push_back(*R);