Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp55 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
81 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DTargetList.cpp134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
H A DPlatform.cpp813 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h155 static bool ResolveExecutableInBundle(FileSpec &file);
/llvm-project-15.0.7/lldb/source/API/
H A DSBModuleSpec.cpp173 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp76 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DPlatformAppleSimulator.cpp381 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DPlatformDarwin.cpp364 if (Host::ResolveExecutableInBundle(new_module_spec.GetFileSpec())) { in GetSharedModule()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp329 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm134 bool Host::ResolveExecutableInBundle(FileSpec &file) { function