Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5086 auto OffOrErr = in getChainedFixupsSegments() local
5088 if (!OffOrErr) in getChainedFixupsSegments()
5089 return OffOrErr.takeError(); in getChainedFixupsSegments()
5092 if (!*OffOrErr) in getChainedFixupsSegments()
5097 " at offset " + Twine(*OffOrErr) + Message); in getChainedFixupsSegments()
5100 const char *SegPtr = Contents + Header.starts_offset + *OffOrErr; in getChainedFixupsSegments()
5131 Segments.emplace_back(I, *OffOrErr, Seg, std::move(PageStarts)); in getChainedFixupsSegments()