| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 27 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 D | ASTWriter.cpp | 1441 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 D | ASTReader.cpp | 3244 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 D | ASTWriter.h | 572 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 D | ASTReader.h | 1089 std::string isysroot; variable 1775 StringRef isysroot = "",
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1405 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 D | Darwin.h | 590 static StringRef getSDKName(StringRef isysroot);
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 295 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 D | DiagnosticFrontendKinds.td | 199 "must specify system root with -isysroot when building a relocatable "
|
| /freebsd/contrib/ldns/ |
| H A D | configure.ac | 1059 export CFLAGS="$CFLAGS -mmacosx-version-min=${sdk_c} -isysroot ${SYSROOT}"
|
| H A D | ltmain.sh | 7321 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/crypto/heimdal/ |
| H A D | ltmain.sh | 5638 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/openpam/ |
| H A D | ltmain.sh | 7481 -model|-arch|-isysroot|--sysroot|-q)
|
| /freebsd/contrib/file/ |
| H A D | ltmain.sh | 7332 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/unbound/ |
| H A D | ltmain.sh | 7474 -model|-arch|-isysroot|--sysroot|-q)
|
| /freebsd/contrib/openbsm/config/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | ltmain.sh | 7280 -model|-arch|-isysroot|--sysroot)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4772 "absolute paths are relative to -isysroot">, 4801 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>, 4819 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,
|