Searched defs:SBModule (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBModule.h1 //===-- SBModule.h ----------------------------------------------*- C++ -*-===//
21 class SBModule class in namespace:lldb
25 SBModule ();
27 SBModule (const SBModule &rhs);
29 SBModule (const SBModuleSpec &module_spec);
31 const SBModule &
32 operator = (const SBModule &rhs);
34 SBModule (lldb::SBProcess &process,
37 ~SBModule ();
[all...]
/external/lldb/source/API/
H A DSBModule.cpp1 //===-- SBModule.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBModule.h"
33 SBModule::SBModule () : function in class:SBModule
38 SBModule::SBModule (const lldb::ModuleSP& module_sp) : function in class:SBModule
43 SBModule::SBModule(const SBModuleSpec &module_spec) : function in class:SBModule
56 SBModule::SBModule(cons function in class:SBModule
61 SBModule::SBModule (lldb::SBProcess &process, lldb::addr_t header_addr) : function in class:SBModule
[all...]

Completed in 140 milliseconds