Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DPluginManager.h142 ObjectFileGetModuleSpecifications get_module_specifications);
153 static ObjectFileGetModuleSpecifications
170 ObjectFileGetModuleSpecifications get_module_specifications);
181 static ObjectFileGetModuleSpecifications
/external/lldb/include/lldb/
Dlldb-private-interfaces.h23 …typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& dat… typedef
/external/lldb/source/Core/
DPluginManager.cpp874 ObjectFileGetModuleSpecifications get_module_specifications;
899 ObjectFileGetModuleSpecifications get_module_specifications) in RegisterPlugin()
959 ObjectFileGetModuleSpecifications
1023 ObjectFileGetModuleSpecifications get_module_specifications;
1047 ObjectFileGetModuleSpecifications get_module_specifications) in RegisterPlugin()
1113 ObjectFileGetModuleSpecifications
/external/lldb/source/Symbol/
DObjectFile.cpp220 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()