Home
last modified time | relevance | path

Searched defs:SBModule (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/include/lldb/API/
H A DSBType.h271 friend class SBModule; variable
312 friend class SBModule; variable
H A DSBSection.h93 friend class SBModule; variable
H A DSBCompileUnit.h81 friend class SBModule; variable
H A DSBSymbol.h110 friend class SBModule; variable
H A DSBModuleSpec.h92 friend class SBModule; variable
H A DSBSymbolContext.h64 friend class SBModule; variable
H A DSBValue.h442 friend class SBModule; global() variable
H A DSBAddress.h97 friend class SBModule; variable
H A DSBProcess.h586 friend class SBModule; global() variable
H A DSBFileSpec.h72 friend class SBModule; variable
H A DSBTarget.h956 friend class SBModule; global() variable
[all...]
H A DSBStream.h90 friend class SBModule; variable
H A DSBDefines.h88 class LLDB_API SBModule; global() variable
/llvm-project/lldb/source/API/
H A DSBModule.cpp32 SBModule::SBModule() { LLDB_INSTRUMENT_VA(this); } in SBModule() function in SBModule
34 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule() function in SBModule
36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule() function in SBModule
46 SBModule::SBModule(cons function in SBModule
50 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) { SBModule() function in SBModule
[all...]
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestLocateModuleCallback.py56 def check_module(self, module: lldb.SBModule, symbol_file: str, symbol_kind: str):