Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
82 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DTargetList.cpp134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
H A DPlatform.cpp815 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h155 static bool ResolveExecutableInBundle(FileSpec &file);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp173 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp77 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DPlatformAppleSimulator.cpp393 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
H A DPlatformDarwin.cpp365 if (Host::ResolveExecutableInBundle(new_module_spec.GetFileSpec())) { in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp327 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm134 bool Host::ResolveExecutableInBundle(FileSpec &file) { function