Home
last modified time | relevance | path

Searched refs:GetBundleDirectory (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h140 static bool GetBundleDirectory(const FileSpec &file,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp322 bool Host::GetBundleDirectory(const FileSpec &file, FileSpec &bundle) { in GetBundleDirectory() function in Host
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp361 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm116 bool Host::GetBundleDirectory(const FileSpec &file, function