Home
last modified time | relevance | path

Searched refs:sb_module (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBSymbolContext.cpp72 SBModule sb_module; in GetModule() local
76 sb_module.SetSP(module_sp); in GetModule()
79 return LLDB_RECORD_RESULT(sb_module); in GetModule()
DSBAddress.cpp214 SBModule sb_module; in GetModule() local
216 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
217 return LLDB_RECORD_RESULT(sb_module); in GetModule()
DSBTarget.cpp1591 lldb::SBModule sb_module; in AddModule() local
1610 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1612 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1619 lldb::SBModule sb_module; in AddModule() local
1622 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1624 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1661 SBModule sb_module; in FindModule() local
1666 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1668 return LLDB_RECORD_RESULT(sb_module); in FindModule()
1739 SBModule sb_module; in GetModuleAtIndex() local
[all …]
DSBType.cpp500 lldb::SBModule sb_module; in GetModule() local
502 return LLDB_RECORD_RESULT(sb_module); in GetModule()
504 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule()
505 return LLDB_RECORD_RESULT(sb_module); in GetModule()
DSBFrame.cpp140 SBModule sb_module; in GetModule() local
154 sb_module.SetSP(module_sp); in GetModule()
159 return LLDB_RECORD_RESULT(sb_module); in GetModule()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py247 import sb_module
248 sb_module.fuzz_obj(obj)