Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp200 if (auto *exe_module = target->GetExecutableModulePointer()) { GetCompilerTypeImpl() local
H A DFormatEntity.cpp1227 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); Format() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp165 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp386 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
H A DTarget.cpp168 Module *exe_module = GetExecutableModulePointer(); Dump() local
2773 Module *exe_module = GetExecutableModulePointer(); GetEntryPointAddress() local
H A DProcess.cpp2512 Module *exe_module = GetTarget().GetExecutableModulePointer(); LaunchPrivate() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp273 if (Module *exe_module = target_sp->GetExecutableModulePointer()) LaunchSimple() local
354 Module *exe_module = target_sp->GetExecutableModulePointer(); Launch() local
411 Module *exe_module = target_sp->GetExecutableModulePointer(); Launch() local
558 Module *exe_module = target_sp->GetExecutableModulePointer(); GetExecutable() local
[all...]
H A DSBProcess.cpp143 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); RemoteLaunch() local
940 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); GetDescription() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1161 Module *exe_module = target->GetExecutableModulePointer(); DoExecute() local
H A DCommandObjectTarget.cpp80 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1093 DoLaunch(Module * exe_module,ProcessLaunchInfo & launch_info) DoLaunch() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1463 Module *exe_module = GetObjectFile()->GetModule().get(); LinkOSOAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp615 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch() argument
227 Module *exe_module = target_sp->GetExecutableModulePointer(); CanDebug() local