Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DPluginManager.h160 ObjectFileGetModuleSpecifications get_module_specifications);
171 static ObjectFileGetModuleSpecifications
188 ObjectFileGetModuleSpecifications get_module_specifications);
199 static ObjectFileGetModuleSpecifications
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-private-interfaces.h23 …typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& dat… typedef
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DPluginManager.cpp979 ObjectFileGetModuleSpecifications get_module_specifications;
1004 ObjectFileGetModuleSpecifications get_module_specifications) in RegisterPlugin()
1064 ObjectFileGetModuleSpecifications
1128 ObjectFileGetModuleSpecifications get_module_specifications;
1152 ObjectFileGetModuleSpecifications get_module_specifications) in RegisterPlugin()
1218 ObjectFileGetModuleSpecifications
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DObjectFile.cpp220 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()