Home
last modified time | relevance | path

Searched refs:ResolveExecutableInBundle (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h175 static bool ResolveExecutableInBundle(FileSpec &file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
83 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DTargetList.cpp125 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp181 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp417 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host