Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h176 ObjectFileGetModuleSpecifications get_module_specifications,
187 static ObjectFileGetModuleSpecifications
201 ObjectFileGetModuleSpecifications get_module_specifications);
208 static ObjectFileGetModuleSpecifications
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp617 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
626 ObjectFileGetModuleSpecifications get_module_specifications;
640 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
664 ObjectFileGetModuleSpecifications
707 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
712 ObjectFileGetModuleSpecifications get_module_specifications;
724 ObjectFileGetModuleSpecifications get_module_specifications) { in RegisterPlugin()
739 ObjectFileGetModuleSpecifications
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h43 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp213 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()