Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h27 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
H A DPlatform.h139 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp32 Status RemoteAwarePlatform::ResolveExecutable( in ResolveExecutable() function in RemoteAwarePlatform
H A DTargetList.cpp309 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
H A DPlatform.cpp766 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in Platform
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp830 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()