Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h175 ObjectFileGetModuleSpecifications get_module_specifications,
189 static ObjectFileGetModuleSpecifications
202 ObjectFileGetModuleSpecifications get_module_specifications,
213 static ObjectFileGetModuleSpecifications
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp623 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
633 ObjectFileGetModuleSpecifications get_module_specifications;
659 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
684 ObjectFileGetModuleSpecifications
753 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
760 ObjectFileGetModuleSpecifications get_module_specifications;
772 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
797 ObjectFileGetModuleSpecifications
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h45 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp226 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()