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

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp622 ObjectFileGetModuleSpecifications get_module_specifications,
628 get_module_specifications(get_module_specifications),
632 ObjectFileGetModuleSpecifications get_module_specifications; member in struct:ObjectFileInstance
646 ObjectFileGetModuleSpecifications get_module_specifications,
651 get_module_specifications, save_core, debugger_init_callback);
676 return instances[idx].get_module_specifications;
727 ObjectFileGetModuleSpecifications get_module_specifications)
731 get_module_specifications(get_module_specifications) {}
618 ObjectFileInstance( llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, ObjectFileCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications, ObjectFileSaveCore save_core, DebuggerInitializeCallback debugger_init_callback) argument
642 RegisterPlugin( llvm::StringRef name, llvm::StringRef description, ObjectFileCreateInstance create_callback, ObjectFileCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications, ObjectFileSaveCore save_core, DebuggerInitializeCallback debugger_init_callback) argument
723 ObjectContainerInstance( llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, ObjectContainerCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications) argument
734 ObjectFileGetModuleSpecifications get_module_specifications; member in struct:ObjectContainerInstance
743 RegisterPlugin( llvm::StringRef name, llvm::StringRef description, ObjectContainerCreateInstance create_callback, ObjectFileGetModuleSpecifications get_module_specifications, ObjectContainerCreateMemoryInstance create_memory_callback) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h175 ObjectFileGetModuleSpecifications get_module_specifications,
202 ObjectFileGetModuleSpecifications get_module_specifications,

Completed in 137 milliseconds