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

References

tools/llvm-objcopy/ELF/Object.cpp
 1834     for (auto &Segment : Segments)
tools/llvm-objcopy/ELF/Object.h
 1049   Range<Segment> segments() { return make_pointee_range(Segments); }
 1050   ConstRange<Segment> segments() const { return make_pointee_range(Segments); }
 1064     Segments.emplace_back(std::make_unique<Segment>(Data));
 1065     return *Segments.back();