Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h238 friend class SBModule; global() variable
278 friend class SBModule; global() variable
H A DSBSection.h93 friend class SBModule; variable
H A DSBSymbol.h110 friend class SBModule; variable
H A DSBCompileUnit.h81 friend class SBModule; variable
H A DSBModuleSpec.h92 friend class SBModule; variable
H A DSBSymbolContext.h64 friend class SBModule; variable
H A DSBValue.h426 friend class SBModule; global() variable
H A DSBAddress.h96 friend class SBModule; global() variable
H A DSBProcess.h451 friend class SBModule; global() variable
H A DSBFileSpec.h72 friend class SBModule; variable
H A DSBTarget.h940 friend class SBModule; global() variable
[all...]
H A DSBStream.h84 friend class SBModule; global() variable
H A DSBDefines.h86 class LLDB_API SBModule; global() variable
/freebsd-src/contrib/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(const SBModule &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBModule() function in SBModule
50 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) { in SBModule() function in SBModule