Searched refs:ChainedFixupsSegment (Results 1 – 3 of 3) sorted by relevance
299 struct ChainedFixupsSegment { struct300 ChainedFixupsSegment(uint8_t SegIdx, uint32_t Offset, in ChainedFixupsSegment() function397 std::vector<ChainedFixupsSegment> Segments;730 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
3336 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups()3381 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext()5033 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>5039 std::vector<ChainedFixupsSegment> Segments; in getChainedFixupsSegments()
1285 static void PrintChainedFixupsSegment(const ChainedFixupsSegment &Segment, in PrintChainedFixupsSegment()1362 for (const ChainedFixupsSegment &S : Segments) in PrintChainedFixups()