Home
last modified time | relevance | path

Searched refs:ParentSegment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp600 if (Child.ParentSegment == nullptr || in setParentSegment()
601 compareSegmentsByOffset(&Parent, Child.ParentSegment)) { in setParentSegment()
602 Child.ParentSegment = &Parent; in setParentSegment()
627 if (!Section.ParentSegment || in readProgramHeaders()
628 Section.ParentSegment->Offset > Seg.Offset) { in readProgramHeaders()
629 Section.ParentSegment = &Seg; in readProgramHeaders()
1131 if (Segment->ParentSegment != nullptr) { in LayoutSegments()
1132 auto Parent = Segment->ParentSegment; in LayoutSegments()
1161 if (Section.ParentSegment != nullptr) { in LayoutSections()
1162 auto Segment = *Section.ParentSegment; in LayoutSections()
[all …]
DObject.h237 Segment *ParentSegment = nullptr; variable
292 Segment *ParentSegment = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Doverlap-chain.test1 # This test tests how ParentSegment is set for Segments. In particular this test