Home
last modified time | relevance | path

Searched refs:FindFirstModule (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymbol.cpp551 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbol()
558 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbol()
HDSymbolContext.cpp712 lldb::ModuleSP module_sp (m_target_sp->GetImages().FindFirstModule (module_spec)); in AddSpecification()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp181 if ((module_sp = modules.FindFirstModule (module_spec))) in LoadModuleAtAddress()
HDModuleList.cpp681 ModuleList::FindFirstModule (const ModuleSpec &module_spec) const in FindFirstModule() function in ModuleList
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h386 FindFirstModule (const ModuleSpec &module_spec) const;
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp663 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
667 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
782 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in FindGlobalDataSymbol()
786 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in FindGlobalDataSymbol()
/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp293 loaded_modules.FindFirstModule (module_spec); in RefreshModules()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp960 ModuleSP module_sp (target->GetImages().FindFirstModule(module_spec)); in DoExecute()
4597 ModuleSP module_sp (target->GetImages().FindFirstModule(module_spec)); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp2010 sb_module.SetSP (target_sp->GetImages().FindFirstModule (module_spec)); in FindModule()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1578 module_sp = m_images.FindFirstModule(module_spec); in GetSharedModule()