Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h176 ObjectFileGetModuleSpecifications get_module_specifications,
188 static ObjectFileGetModuleSpecifications
203 ObjectFileGetModuleSpecifications get_module_specifications);
210 static ObjectFileGetModuleSpecifications
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp623 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
633 ObjectFileGetModuleSpecifications get_module_specifications;
647 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
672 ObjectFileGetModuleSpecifications
727 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
732 ObjectFileGetModuleSpecifications get_module_specifications;
744 ObjectFileGetModuleSpecifications get_module_specifications) { in RegisterPlugin()
759 ObjectFileGetModuleSpecifications
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h43 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp217 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()