Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h176 ObjectFileGetModuleSpecifications get_module_specifications,
188 static ObjectFileGetModuleSpecifications
203 ObjectFileGetModuleSpecifications get_module_specifications,
214 static ObjectFileGetModuleSpecifications
/openbsd-src/gnu/llvm/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
728 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
735 ObjectFileGetModuleSpecifications get_module_specifications;
747 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
772 ObjectFileGetModuleSpecifications
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h46 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp217 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()