Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py30 def find_comp_unit(self, exe_module, name): argument
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectRegister.cpp202 if (auto *exe_module = target->GetExecutableModulePointer()) { in GetCompilerTypeImpl() local
H A DFormatEntity.cpp1163 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in Format() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp119 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
360 Status ProcessKDP::DoLaunch(Module *exe_module, in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp41 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
H A DDynamicLoaderMacOSXDYLD.cpp61 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp148 Status ScriptedProcess::DoLaunch(Module *exe_module, in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp141 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
211 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr() local
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp382 Module *exe_module = item->GetExecutableModulePointer(); in FindTargetWithExecutableAndArchitecture() local
H A DTarget.cpp166 Module *exe_module = GetExecutableModulePointer(); in Dump() local
2563 Module *exe_module = GetExecutableModulePointer(); in GetEntryPointAddress() local
H A DProcess.cpp2483 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp272 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
353 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
410 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
556 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
H A DSBProcess.cpp142 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() local
923 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in GetDescription() local
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp47 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp186 Status ProcessWindows::DoLaunch(Module *exe_module, in DoLaunch()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1172 Module *exe_module = target->GetExecutableModulePointer(); in DoExecute() local
H A DCommandObjectTarget.cpp76 Module *exe_module = target->GetExecutableModulePointer(); in DumpTargetInfo() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1024 virtual Status DoLaunch(Module *exe_module, ProcessLaunchInfo &launch_info) { in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1364 Module *exe_module = GetObjectFile()->GetModule().get(); in LinkOSOAddress() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp221 Module *exe_module = target_sp->GetExecutableModulePointer(); in CanDebug() local
712 Status ProcessGDBRemote::DoLaunch(lldb_private::Module *exe_module, in DoLaunch()