Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1117 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in SymbolLocatorInstance()
1124 locate_executable_object_file(locate_executable_object_file), in SymbolLocatorInstance()
1129 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file; member
1144 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in RegisterPlugin() argument
1150 name, description, create_callback, locate_executable_object_file, in RegisterPlugin()
1169 if (instance.locate_executable_object_file) { in LocateExecutableObjectFile()
1171 instance.locate_executable_object_file(module_spec); in LocateExecutableObjectFile()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h352 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file =