Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h303 struct ChainedFixupsSegment { struct
304 ChainedFixupsSegment(uint8_t SegIdx, uint32_t Offset, in ChainedFixupsSegment() argument
402 std::vector<ChainedFixupsSegment> Segments;
741 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3342 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups()
3387 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext()
5048 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
5054 std::vector<ChainedFixupsSegment> Segments; in getChainedFixupsSegments()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1255 static void PrintChainedFixupsSegment(const ChainedFixupsSegment &Segment, in PrintChainedFixupsSegment()
1332 for (const ChainedFixupsSegment &S : Segments) in PrintChainedFixups()