Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h155 static bool ResolveExecutableInBundle(FileSpec &file);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp202 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp356 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
H A DPlatform.cpp741 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()