Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp297 auto PathOrError = readPath(Extractor, Offset); in loadProfile() local
298 if (!PathOrError) in loadProfile()
299 return PathOrError.takeError(); in loadProfile()
300 const auto &Path = PathOrError.get(); in loadProfile()