Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp350 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection
358 Error DebuginfodCollection::update() { in update()
373 Expected<bool> DebuginfodCollection::updateIfStale() { in updateIfStale()
386 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
412 Error DebuginfodCollection::findBinaries(StringRef Path) { in findBinaries()
477 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()
489 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()
500 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()
532 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()
558 DebuginfodCollection &Collection) in DebuginfodServer()