Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance()
137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp197 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl()
H A DDynamicLoader.cpp99 if (executable.get() != target.GetExecutableModulePointer()) { in GetTargetExecutable()
H A DSourceManager.cpp403 Module *executable_ptr = target_sp->GetExecutableModulePointer(); in GetDefaultFileAndLine()
H A DFormatEntity.cpp1269 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp59 Module *exe_mod = m_process->GetTarget().GetExecutableModulePointer(); in HexagonDYLDRendezvous()
H A DDynamicLoaderHexagonDYLD.cpp195 if (executable.get() != target.GetExecutableModulePointer()) { in GetTargetExecutable()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp280 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple()
361 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch()
418 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch()
565 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable()
H A DSBProcess.cpp146 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch()
997 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp144 Module *exe_mod = m_process->GetTarget().GetExecutableModulePointer(); in Resolve()
H A DDynamicLoaderPOSIXDYLD.cpp346 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec()); in SetRendezvousBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp386 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp169 Module *exe_module = GetExecutableModulePointer(); in Dump()
1436 Module *Target::GetExecutableModulePointer() { in GetExecutableModulePointer() function in Target
2763 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress()
H A DProcess.cpp2675 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate()
3200 if (GetTarget().GetExecutableModulePointer() != module_sp.get()) in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h926 Module *GetExecutableModulePointer();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1088 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute()
H A DCommandObjectTarget.cpp80 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp228 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug()
5120 loaded_module.get() != target.GetExecutableModulePointer()) { in LoadModules()