Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h201 ObjectFileGetModuleSpecifications get_module_specifications,
212 static ObjectFileGetModuleSpecifications
230 ObjectFileGetModuleSpecifications get_module_specifications);
240 static ObjectFileGetModuleSpecifications
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h35 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1007 ObjectFileGetModuleSpecifications get_module_specifications;
1027 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
1079 ObjectFileGetModuleSpecifications
1147 ObjectFileGetModuleSpecifications get_module_specifications;
1165 ObjectFileGetModuleSpecifications get_module_specifications) { in RegisterPlugin()
1222 ObjectFileGetModuleSpecifications
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp235 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()