Home
last modified time | relevance | path

Searched refs:bundle_directory (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp359 FileSpec bundle_directory; in GetSharedModule() local
360 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule()
361 if (platform_file == bundle_directory) { in GetSharedModule()
363 new_module_spec.GetFileSpec() = bundle_directory; in GetSharedModule()
377 bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir)); in GetSharedModule()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h141 FileSpec &bundle_directory);
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm117 FileSpec &bundle_directory) {
124 bundle_directory.SetFile(path, FileSpec::Style::native);
130 bundle_directory.Clear();