Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp100 ExitOnErr(Collection.updateForever(std::chrono::seconds(ScanInterval))); in main()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h130 Error updateForever(std::chrono::milliseconds Interval);
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp294 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever() function in llvm::DebuginfodCollection