Searched refs:SymbolLocatorDebuginfod (Results 1 – 4 of 4) sorted by relevance
23 LLDB_PLUGIN_DEFINE(SymbolLocatorDebuginfod)38 return SymbolLocatorDebuginfod::GetPluginNameStatic(); in GetSettingName()106 SymbolLocatorDebuginfod::SymbolLocatorDebuginfod() : SymbolLocator() {} in SymbolLocatorDebuginfod() function in SymbolLocatorDebuginfod108 void SymbolLocatorDebuginfod::Initialize() { in Initialize()115 nullptr, SymbolLocatorDebuginfod::DebuggerInitialize); in Initialize()120 void SymbolLocatorDebuginfod::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()131 void SymbolLocatorDebuginfod::Terminate() { in Terminate()136 llvm::StringRef SymbolLocatorDebuginfod::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()140 SymbolLocator *SymbolLocatorDebuginfod::CreateInstance() { in CreateInstance()141 return new SymbolLocatorDebuginfod(); in CreateInstance()[all …]
18 class SymbolLocatorDebuginfod : public SymbolLocator {20 SymbolLocatorDebuginfod();
76 LLDB_PLUGIN(SymbolLocatorDebuginfod)
602 SRCS+= Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp796 Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod \