Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h26 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
H A DPlatform.h150 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h46 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
H A DPlatformRemoteGDBServer.cpp97 Status PlatformRemoteGDBServer::ResolveExecutable( in ResolveExecutable() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp32 Status RemoteAwarePlatform::ResolveExecutable( in ResolveExecutable() function in RemoteAwarePlatform
H A DTargetList.cpp347 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
H A DPlatform.cpp855 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in Platform
1539 return remote_platform.ResolveExecutable( in LoadCachedExecutable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp766 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()