Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1602 FileSpec sysroot_spec; in AddClangModuleCompilationOptionsForSDKType() local
1606 sysroot_spec = GetSDKDirectoryForModules(sdk_type); in AddClangModuleCompilationOptionsForSDKType()
1609 if (FileSystem::Instance().IsDirectory(sysroot_spec.GetPath())) { in AddClangModuleCompilationOptionsForSDKType()
1611 options.push_back(sysroot_spec.GetPath()); in AddClangModuleCompilationOptionsForSDKType()