Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Debuginfod/
HDBuildIDFetcher.cpp26 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetch() local
HDDebuginfod.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-14-stable/contrib/llvm-project/llvm/tools/llvm-ar/
HDllvm-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-14-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
HDLibDriver.cpp500 Expected<std::string> PathOrErr = in libDriverMain() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSession.cpp175 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb() local