Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h106 class DebuginfodCollection {
129 DebuginfodCollection(ArrayRef<StringRef> Paths, DebuginfodLog &Log,
140 DebuginfodCollection &Collection;
141 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp303 DebuginfodCollection::DebuginfodCollection(ArrayRef<StringRef> PathsRef, in DebuginfodCollection() function in llvm::DebuginfodCollection
311 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main()