Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h189 static bool ResolveExecutableInBundle(FileSpec &file);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp119 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp412 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp139 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
165 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp126 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()