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.cpp5087 auto OffOrErr = in getChainedFixupsSegments() local
5089 if (!OffOrErr) in getChainedFixupsSegments()
5090 return OffOrErr.takeError(); in getChainedFixupsSegments()
5093 if (!*OffOrErr) in getChainedFixupsSegments()
5098 " at offset " + Twine(*OffOrErr) + Message); in getChainedFixupsSegments()
5101 const char *SegPtr = Contents + Header.starts_offset + *OffOrErr; in getChainedFixupsSegments()
5132 Segments.emplace_back(I, *OffOrErr, Seg, std::move(PageStarts)); in getChainedFixupsSegments()