Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DMachO.h299 struct ChainedFixupsSegment { struct
300 ChainedFixupsSegment(uint8_t SegIdx, uint32_t Offset, in ChainedFixupsSegment() function
397 std::vector<ChainedFixupsSegment> Segments;
736 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3341 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()
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1259 static void PrintChainedFixupsSegment(const ChainedFixupsSegment &Segment, in PrintChainedFixupsSegment()
1336 for (const ChainedFixupsSegment &S : Segments) in PrintChainedFixups()