Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp360 FileSpec bundle_directory; in GetSharedModule() local
361 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule()
362 if (platform_file == bundle_directory) { in GetSharedModule()
364 new_module_spec.GetFileSpec() = bundle_directory; in GetSharedModule()
378 bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir)); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h141 FileSpec &bundle_directory);
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm117 FileSpec &bundle_directory) {
124 bundle_directory.SetFile(path, FileSpec::Style::native);
130 bundle_directory.Clear();