Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/XRay/
DProfileTest.cpp40 auto PathOrError = P.expandPath(PathID); in TEST() local
41 if (!PathOrError) in TEST()
42 FAIL() << "Error: " << PathOrError.takeError(); in TEST()
43 EXPECT_THAT(PathOrError.get(), ElementsAre(3, 2, 1)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
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()
/external/llvm-project/llvm/lib/XRay/
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()