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.cpp521 Expected<bool> UpdatedOrErr = updateIfStale(); in findBinaryPath() local
522 if (!UpdatedOrErr) in findBinaryPath()
523 return UpdatedOrErr.takeError(); in findBinaryPath()
524 if (*UpdatedOrErr) { in findBinaryPath()
552 Expected<bool> UpdatedOrErr = updateIfStale(); in findDebugBinaryPath() local
553 if (!UpdatedOrErr) in findDebugBinaryPath()
554 return UpdatedOrErr.takeError(); in findDebugBinaryPath()
555 if (*UpdatedOrErr) { in findDebugBinaryPath()