Home
last modified time | relevance | path

Searched refs:get_module_specifications (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1000 create_memory_callback(nullptr), get_module_specifications(nullptr), in ObjectFileInstance()
1007 ObjectFileGetModuleSpecifications get_module_specifications; member
1027 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin() argument
1038 instance.get_module_specifications = get_module_specifications; in RegisterPlugin()
1085 return instances[idx].get_module_specifications; in GetObjectFileGetModuleSpecificationsCallbackAtIndex()
1142 get_module_specifications(nullptr) {} in ObjectContainerInstance()
1147 ObjectFileGetModuleSpecifications get_module_specifications; member
1165 ObjectFileGetModuleSpecifications get_module_specifications) { in RegisterPlugin() argument
1173 instance.get_module_specifications = get_module_specifications; in RegisterPlugin()
1228 return instances[idx].get_module_specifications; in GetObjectContainerGetModuleSpecificationsCallbackAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h201 ObjectFileGetModuleSpecifications get_module_specifications,
230 ObjectFileGetModuleSpecifications get_module_specifications);