Home
last modified time | relevance | path

Searched refs:GetExecutableModulePointer (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp96 if (executable.get() != target.GetExecutableModulePointer()) { in GetTargetExecutable()
H A DValueObjectRegister.cpp202 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl()
H A DSourceManager.cpp338 Module *executable_ptr = target_sp->GetExecutableModulePointer(); in GetDefaultFileAndLine()
H A DFormatEntity.cpp1164 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp55 Module *exe_mod = m_process->GetTarget().GetExecutableModulePointer(); in HexagonDYLDRendezvous()
H A DDynamicLoaderHexagonDYLD.cpp205 if (executable.get() != target.GetExecutableModulePointer()) { in GetTargetExecutable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp104 Module *exe_mod = m_process->GetTarget().GetExecutableModulePointer(); in UpdateExecutablePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp422 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp165 Module *exe_module = GetExecutableModulePointer(); in Dump()
1362 Module *Target::GetExecutableModulePointer() { in GetExecutableModulePointer() function in Target
2484 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress()
H A DProcess.cpp2465 Module *exe_module = GetTarget().GetExecutableModulePointer(); in Launch()
2960 if (GetTarget().GetExecutableModulePointer() != module_sp.get()) in CompleteAttach()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp296 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple()
380 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch()
440 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch()
595 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable()
H A DSBProcess.cpp150 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch()
978 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h864 Module *GetExecutableModulePointer();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1002 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute()
H A DCommandObjectTarget.cpp66 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp228 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug()
4917 loaded_module.get() != target.GetExecutableModulePointer()) { in LoadModules()