Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h124 class DebuginfodCollection {
147 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,
158 DebuginfodCollection &Collection;
159 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp362 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection
371 Error DebuginfodCollection::update() { in update()
386 Expected<bool> DebuginfodCollection::updateIfStale() { in updateIfStale()
399 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
425 Error DebuginfodCollection::findBinaries(StringRef Path) { in findBinaries()
490 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
502 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
513 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
545 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()
571 DebuginfodCollection &Collection) in DebuginfodServer()