Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp27 StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, in PCHGenerator() argument
32 : PP(PP), Subject(&PP), OutputFile(OutputFile), isysroot(isysroot.str()), in PCHGenerator()
86 Buffer->Signature = Writer.WriteAST(Subject, OutputFile, Module, isysroot, in HandleTranslationUnit()
H A DASTWriter.cpp1441 void ASTWriter::WriteControlBlock(Preprocessor &PP, StringRef isysroot) { in WriteControlBlock() argument
1464 assert((!WritingModule || isysroot.empty()) && in WriteControlBlock()
1472 !isysroot.empty(), in WriteControlBlock()
1523 } else if (!isysroot.empty()) { in WriteControlBlock()
1525 BaseDirectory = std::string(isysroot); in WriteControlBlock()
5413 StringRef isysroot, bool ShouldCacheASTInMemory) { in WriteAST() argument
5433 ASTFileSignature Signature = WriteASTCore(SemaPtr, isysroot, WritingModule); in WriteAST()
5907 ASTFileSignature ASTWriter::WriteASTCore(Sema *SemaPtr, StringRef isysroot, in WriteASTCore() argument
5989 WriteControlBlock(*PP, isysroot); in WriteASTCore()
H A DASTReader.cpp3244 F.BaseDirectory = isysroot.empty() ? "/" : isysroot; in ReadControlBlock()
10993 StringRef isysroot, in ASTReader() argument
11008 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot), in ASTReader()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h572 void WriteControlBlock(Preprocessor &PP, StringRef isysroot);
682 ASTFileSignature WriteASTCore(Sema *SemaPtr, StringRef isysroot,
721 StringRef isysroot,
979 std::string isysroot; variable
1001 StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer,
H A DASTReader.h1089 std::string isysroot; variable
1775 StringRef isysroot = "",
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1405 StringRef Darwin::getSDKName(StringRef isysroot) { in getSDKName() argument
1407 auto BeginSDK = llvm::sys::path::rbegin(isysroot); in getSDKName()
1408 auto EndSDK = llvm::sys::path::rend(isysroot); in getSDKName()
2137 StringRef isysroot = A->getValue(); in inferDeploymentTargetFromSDK() local
2138 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK()
2161 isysroot, Darwin::IPhoneOS, Version, in inferDeploymentTargetFromSDK()
2164 return DarwinPlatform::createFromSDK(isysroot, Darwin::MacOS, in inferDeploymentTargetFromSDK()
2168 isysroot, Darwin::WatchOS, Version, in inferDeploymentTargetFromSDK()
2173 isysroot, Darwin::TvOS, Version, in inferDeploymentTargetFromSDK()
2177 isysroot, Darwin::XROS, Version, in inferDeploymentTargetFromSDK()
[all …]
H A DDarwin.h590 static StringRef getSDKName(StringRef isysroot);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp295 ModuleCache &ModCache, StringRef isysroot, in PrecompilePreambleConsumer() argument
297 : PCHGenerator(PP, ModCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td199 "must specify system root with -isysroot when building a relocatable "
/freebsd/contrib/ldns/
H A Dconfigure.ac1059 export CFLAGS="$CFLAGS -mmacosx-version-min=${sdk_c} -isysroot ${SYSROOT}"
H A Dltmain.sh7321 -model|-arch|-isysroot|--sysroot)
/freebsd/crypto/heimdal/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/openpam/
H A Dltmain.sh7481 -model|-arch|-isysroot|--sysroot|-q)
/freebsd/contrib/file/
H A Dltmain.sh7332 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/unbound/
H A Dltmain.sh7474 -model|-arch|-isysroot|--sysroot|-q)
/freebsd/contrib/openbsm/config/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh7280 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4772 "absolute paths are relative to -isysroot">,
4801 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>,
4819 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,