10 #ifndef LLDB_SBModule_h_
11 #define LLDB_SBModule_h_
35 lldb::addr_t header_addr);
108 uint32_t resolve_scope);
127 lldb::SymbolType type = eSymbolTypeAny);
131 lldb::SymbolType type = eSymbolTypeAny);
157 uint32_t name_type_mask = lldb::eFunctionNameTypeAny);
178 uint32_t max_matches);
220 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
264 uint32_t num_versions);
273 explicit SBModule (
const lldb::ModuleSP& module_sp);
279 SetSP (
const ModuleSP &module_sp);
281 lldb::ModuleSP m_opaque_sp;
287 #endif // LLDB_SBModule_h_