Home
last modified time | relevance | path

Searched refs:locate_executable_object_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1091 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in SymbolLocatorInstance()
1098 locate_executable_object_file(locate_executable_object_file), in SymbolLocatorInstance()
1103 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file; member
1118 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in RegisterPlugin() argument
1124 name, description, create_callback, locate_executable_object_file, in RegisterPlugin()
1143 if (instance.locate_executable_object_file) { in LocateExecutableObjectFile()
1145 instance.locate_executable_object_file(module_spec); in LocateExecutableObjectFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h352 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file =