Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1101 FileSpec sysroot_spec; in AddClangModuleCompilationOptionsForSDKType() local
1105 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()
/openbsd/gnu/gcc/gcc/
H A Dgcc.c753 static const char *sysroot_spec = SYSROOT_SPEC; variable
1568 INIT_STATIC_SPEC ("sysroot_spec", &sysroot_spec),