Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp26 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetch() local
H A DDebuginfod.cpp503 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); findBinaryPath() local
524 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); findBinaryPath() local
534 Expected<std::optional<std::string>> PathOrErr = getDebugBinaryPath(ID); findDebugBinaryPath() local
570 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); DebuginfodServer() local
588 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); DebuginfodServer() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp760 Expected<std::string> PathOrErr = addChildMember() local
798 Expected<std::string> PathOrErr = getArchiveMember() local
857 Expected<std::string> PathOrErr = computeInsertAction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp474 Expected<std::string> PathOrErr = libDriverMain() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp175 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb() local