Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
730 Expected<std::pair<size_t, std::vector<ChainedFixupsSegment>>>
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3336 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1285 static void PrintChainedFixupsSegment(const ChainedFixupsSegment &Segment, in PrintChainedFixupsSegment()
1362 for (const ChainedFixupsSegment &S : Segments) in PrintChainedFixups()