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;736 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
3341 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups() 3386 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext() 5047 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>> in getChainedFixupsHeader() 5053 std::vector<ChainedFixupsSegment> Segments; in getChainedFixupsSegments()
1259 static void PrintChainedFixupsSegment(const ChainedFixupsSegment &Segment, in PrintChainedFixupsSegment() 1336 for (const ChainedFixupsSegment &S : Segments) in PrintChainedFixups()