Home
last modified time | relevance | path

Searched defs:exe_module (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DResource.cpp87 if (Module *exe_module = target.GetExecutableModulePointer()) in GetTargetResource() local
204 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in ReadTargetResource() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectRegister.cpp199 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp167 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp387 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
H A DTarget.cpp247 Module *exe_module = GetExecutableModulePointer(); in Dump() local
2940 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress() local
H A DProcess.cpp2644 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp280 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
358 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
413 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
558 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
H A DSBProcess.cpp146 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() local
1012 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1405 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format() local
1611 if (Module *exe_module = target->GetExecutableModulePointer()) { in Format() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1088 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
H A DCommandObjectTarget.cpp81 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1087 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1480 Module *exe_module = GetObjectFile()->GetModule().get(); in LinkOSOAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp238 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
625 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch()