Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp509 Expected<bool> UpdatedOrErr = updateIfStale(); in findBinaryPath() local
510 if (!UpdatedOrErr) in findBinaryPath()
511 return UpdatedOrErr.takeError(); in findBinaryPath()
512 if (*UpdatedOrErr) { in findBinaryPath()
540 Expected<bool> UpdatedOrErr = updateIfStale(); in findDebugBinaryPath() local
541 if (!UpdatedOrErr) in findDebugBinaryPath()
542 return UpdatedOrErr.takeError(); in findDebugBinaryPath()
543 if (*UpdatedOrErr) { in findDebugBinaryPath()