Searched refs:SetExecutableModule (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 102 target.SetExecutableModule(executable, eLoadDependentsNo); in GetTargetExecutable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 198 target.SetExecutableModule(executable, eLoadDependentsNo); in GetTargetExecutable()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 329 target_sp->SetExecutableModule(exe_module_sp, load_dependent_files); in CreateTargetInternal()
|
H A D | Target.cpp | 1471 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule() function in Target 1620 SetExecutableModule(executable_sp, eLoadDependentsYes); in SetArchitecture() 2410 target->SetExecutableModule(exe_module_sp, eLoadDependentsYes); in ImageSearchPathsChanged()
|
H A D | Process.cpp | 3206 GetTarget().SetExecutableModule(new_executable_module_sp, in CompleteAttach()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 864 target.SetExecutableModule(module_sp, eLoadDependentsNo); in ResolveExecutableModule()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 953 void SetExecutableModule(
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 271 GetTarget().SetExecutableModule(exe_module_sp, eLoadDependentsNo); in DoLoadCore()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 5137 target.SetExecutableModule(module_copy_sp, eLoadDependentsNo); in LoadModules()
|