Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp350 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection
359 Error DebuginfodCollection::update() { in update()
374 Expected<bool> DebuginfodCollection::updateIfStale() { in updateIfStale()
387 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
413 Error DebuginfodCollection::findBinaries(StringRef Path) { in findBinaries()
478 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
490 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
501 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
533 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()
559 DebuginfodCollection &Collection) in DebuginfodServer()
/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);