Home
last modified time | relevance | path

Searched defs:PathOrErr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/unittests/Debuginfod/
H A DDebuginfodTests.cpp45 Expected<std::string> PathOrErr = getCachedOrDownloadArtifact( in TEST() local
64 Expected<std::string> PathOrErr = getCachedOrDownloadArtifact( in TEST() local
/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp26 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetch() local
H A DDebuginfod.cpp504 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath() local
525 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); in findBinaryPath() local
535 Expected<std::optional<std::string>> PathOrErr = getDebugBinaryPath(ID); in findDebugBinaryPath() local
571 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer() local
589 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer() local
/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp761 Expected<std::string> PathOrErr = in addChildMember() local
799 Expected<std::string> PathOrErr = in getArchiveMember() local
858 Expected<std::string> PathOrErr = in computeInsertAction() local
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp500 Expected<std::string> PathOrErr = libDriverMain() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp175 return PathOrErr.takeError(); in searchForPdb() local