Searched refs:DebuginfodCollection (Results 1 – 3 of 3) sorted by relevance
106 class DebuginfodCollection {129 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,140 DebuginfodCollection &Collection;141 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
303 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection311 Error DebuginfodCollection::update() { in update()326 Expected<bool> DebuginfodCollection::updateIfStale() { in updateIfStale()339 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()365 Error DebuginfodCollection::findBinaries(StringRef Path) { in findBinaries()430 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath()442 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath()453 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath()485 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath()511 DebuginfodCollection &Collection) in DebuginfodServer()
79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main()