Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp500 Expected<std::string> PathOrErr = in libDriverMain() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp175 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb() local