Home
last modified time | relevance | path

Searched refs:ResolveExecutable (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp32 Status RemoteAwarePlatform::ResolveExecutable( in ResolveExecutable() function in RemoteAwarePlatform
54 return Platform::ResolveExecutable(resolved_module_spec, exe_module_sp, in ResolveExecutable()
HDTargetList.cpp309 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
HDPlatform.cpp732 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in Platform
1449 return Platform::ResolveExecutable(spec, module_sp, in GetCachedExecutable()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRemoteAwarePlatform.h24 ResolveExecutable(const ModuleSpec &module_spec,
HDPlatform.h126 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp850 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()