Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp258 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection
266 Error DebuginfodCollection::update() { in update()
281 Expected<bool> DebuginfodCollection::updateIfStale() { in updateIfStale()
294 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
330 Error DebuginfodCollection::findBinaries(StringRef Path) { in findBinaries()
395 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
407 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
418 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
450 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()
476 DebuginfodCollection &Collection) in DebuginfodServer()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h104 class DebuginfodCollection {
127 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,
138 DebuginfodCollection &Collection;
139 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main()