Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1417 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in SymbolLocatorInstance()
1424 locate_executable_object_file(locate_executable_object_file), in SymbolLocatorInstance()
1429 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file; member
1444 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, in RegisterPlugin() argument
1450 name, description, create_callback, locate_executable_object_file, in RegisterPlugin()
1470 if (instance.locate_executable_object_file) { in LocateExecutableObjectFile()
1475 result = instance.locate_executable_object_file(module_spec); in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h434 SymbolLocatorLocateExecutableObjectFile locate_executable_object_file =