Searched refs:sysroot_spec (Results 1 – 2 of 2) sorted by relevance
1101 FileSpec sysroot_spec; in AddClangModuleCompilationOptionsForSDKType() local1105 sysroot_spec = GetSDKDirectoryForModules(sdk_type); in AddClangModuleCompilationOptionsForSDKType()1108 if (FileSystem::Instance().IsDirectory(sysroot_spec.GetPath())) { in AddClangModuleCompilationOptionsForSDKType()1110 options.push_back(sysroot_spec.GetPath()); in AddClangModuleCompilationOptionsForSDKType()
753 static const char *sysroot_spec = SYSROOT_SPEC; variable1568 INIT_STATIC_SPEC ("sysroot_spec", &sysroot_spec),