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

References

tools/llvm-objcopy/ELF/Object.cpp
 1246         if (Child.ParentSegment == nullptr ||
 1247             compareSegmentsByOffset(&Parent, Child.ParentSegment)) {
 1248           Child.ParentSegment = &Parent;
 1904     if (Seg->ParentSegment != nullptr) {
 1905       Segment *Parent = Seg->ParentSegment;