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.h244 ObjectFileGetModuleSpecifications get_module_specifications,
258 static ObjectFileGetModuleSpecifications
273 ObjectFileGetModuleSpecifications get_module_specifications,
284 static ObjectFileGetModuleSpecifications
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp883 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
893 ObjectFileGetModuleSpecifications get_module_specifications;
914 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
938 ObjectFileGetModuleSpecifications
1024 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
1031 ObjectFileGetModuleSpecifications get_module_specifications;
1043 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
1067 ObjectFileGetModuleSpecifications
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h46 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp226 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()