Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp46 LLDB_PLUGIN_DEFINE(SymbolLocatorDefault) in LLDB_PLUGIN_DEFINE() argument
48 SymbolLocatorDefault::SymbolLocatorDefault() : SymbolLocator() {} in LLDB_PLUGIN_DEFINE()
50 void SymbolLocatorDefault::Initialize() { in Initialize()
57 void SymbolLocatorDefault::Terminate() { in Terminate()
61 llvm::StringRef SymbolLocatorDefault::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
65 SymbolLocator *SymbolLocatorDefault::CreateInstance() { in CreateInstance()
66 return new SymbolLocatorDefault(); in CreateInstance()
69 std::optional<ModuleSpec> SymbolLocatorDefault::LocateExecutableObjectFile( in LocateExecutableObjectFile()
93 std::optional<FileSpec> SymbolLocatorDefault::LocateExecutableSymbolFile( in LocateExecutableSymbolFile()
234 bool SymbolLocatorDefault::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile()
H A DSymbolLocatorDefault.h17 class SymbolLocatorDefault : public SymbolLocator {
19 SymbolLocatorDefault();
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def75 LLDB_PLUGIN(SymbolLocatorDefault)
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile573 SRCS+= Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp