Home
last modified time | relevance | path

Searched refs:SymbolLocatorDebuginfod (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp23 LLDB_PLUGIN_DEFINE(SymbolLocatorDebuginfod)
38 return SymbolLocatorDebuginfod::GetPluginNameStatic(); in GetSettingName()
106 SymbolLocatorDebuginfod::SymbolLocatorDebuginfod() : SymbolLocator() {} in SymbolLocatorDebuginfod() function in SymbolLocatorDebuginfod
108 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 …]
H A DSymbolLocatorDebuginfod.h18 class SymbolLocatorDebuginfod : public SymbolLocator {
20 SymbolLocatorDebuginfod();
/src/lib/clang/include/Plugins/
H A DPlugins.def76 LLDB_PLUGIN(SymbolLocatorDebuginfod)
/src/lib/clang/liblldb/
H A DMakefile602 SRCS+= Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp
796 Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod \