Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectRegister.cpp197 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl() local
HDFormatEntity.cpp1269 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp165 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp386 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
HDTarget.cpp169 Module *exe_module = GetExecutableModulePointer(); in Dump() local
2763 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress() local
HDProcess.cpp2675 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp280 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
361 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
418 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
565 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
HDSBProcess.cpp146 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() local
997 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectPlatform.cpp1088 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
HDCommandObjectTarget.cpp80 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1097 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp1473 Module *exe_module = GetObjectFile()->GetModule().get(); in LinkOSOAddress() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp228 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
615 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch()