Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h176 ObjectFileGetModuleSpecifications get_module_specifications,
187 static ObjectFileGetModuleSpecifications
200 ObjectFileGetModuleSpecifications get_module_specifications);
207 static ObjectFileGetModuleSpecifications
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp617 ObjectFileGetModuleSpecifications get_module_specifications, in ObjectFileInstance()
626 ObjectFileGetModuleSpecifications get_module_specifications;
640 ObjectFileGetModuleSpecifications get_module_specifications, in RegisterPlugin()
664 ObjectFileGetModuleSpecifications
705 ObjectFileGetModuleSpecifications get_module_specifications) in ObjectContainerInstance()
710 ObjectFileGetModuleSpecifications get_module_specifications;
722 ObjectFileGetModuleSpecifications get_module_specifications) { in RegisterPlugin()
737 ObjectFileGetModuleSpecifications
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h43 typedef size_t (*ObjectFileGetModuleSpecifications)( typedef
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp237 ObjectFileGetModuleSpecifications callback; in GetModuleSpecifications()