Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DHost.h175 static bool ResolveExecutableInBundle(FileSpec &file);
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
83 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
DTargetList.cpp114 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp181 Host::ResolveExecutableInBundle(file_spec); in GetModuleSpecifications()
/external/llvm-project/lldb/source/Host/common/
DHost.cpp417 bool Host::ResolveExecutableInBundle(FileSpec &file) { return false; } in ResolveExecutableInBundle() function in Host
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp369 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
DPlatformRemoteDarwinDevice.cpp79 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
DPlatformDarwin.cpp398 if (Host::ResolveExecutableInBundle(new_module_spec.GetFileSpec())) { in GetSharedModule()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm115 bool Host::ResolveExecutableInBundle(FileSpec &file) { function