Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h175 ObjectFileGetModuleSpecifications get_module_specifications,
187 static ObjectFileGetModuleSpecifications
202 ObjectFileGetModuleSpecifications get_module_specifications,
213 static ObjectFileGetModuleSpecifications
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp622 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
632 ObjectFileGetModuleSpecifications get_module_specifications;
646 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
671 ObjectFileGetModuleSpecifications
727 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
734 ObjectFileGetModuleSpecifications get_module_specifications;
746 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
771 ObjectFileGetModuleSpecifications
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h44 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp217 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()