Searched refs:DebuginfodCollection (Results 1 – 2 of 2) sorted by relevance
124 class DebuginfodCollection {147 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,158 DebuginfodCollection &Collection;159 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
350 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection358 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()