Searched refs:DebuginfodCollection (Results 1 – 3 of 3) sorted by relevance
258 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection266 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()
104 class DebuginfodCollection {127 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,138 DebuginfodCollection &Collection;139 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main()