| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 25 StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, in PCHGenerator() argument 29 : PP(PP), OutputFile(OutputFile), isysroot(isysroot.str()), in PCHGenerator() 68 Buffer->Signature = Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, in HandleTranslationUnit()
|
| H A D | ASTWriter.cpp | 1287 StringRef isysroot) { in WriteControlBlock() argument 1307 assert((!WritingModule || isysroot.empty()) && in WriteControlBlock() 1315 !isysroot.empty(), in WriteControlBlock() 1366 } else if (!isysroot.empty()) { in WriteControlBlock() 1368 BaseDirectory = std::string(isysroot); in WriteControlBlock() 4626 Module *WritingModule, StringRef isysroot, in WriteAST() argument 4645 ASTFileSignature Signature = WriteASTCore(SemaRef, isysroot, WritingModule); in WriteAST() 4732 ASTFileSignature ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, in WriteASTCore() argument 4892 WriteControlBlock(PP, Context, isysroot); in WriteASTCore()
|
| H A D | ASTReader.cpp | 3005 F.BaseDirectory = isysroot.empty() ? "/" : isysroot; in ReadControlBlock() 10170 StringRef isysroot, in ASTReader() argument 10183 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot), in ASTReader()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 502 StringRef isysroot); 590 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot, 629 Module *WritingModule, StringRef isysroot, 846 std::string isysroot; variable 861 StringRef OutputFile, StringRef isysroot,
|
| H A D | ASTReader.h | 966 std::string isysroot; variable 1576 StringRef isysroot = "",
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 295 StringRef isysroot, in PrecompilePreambleConsumer() argument 297 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1334 StringRef Darwin::getSDKName(StringRef isysroot) { in getSDKName() argument 1336 auto BeginSDK = llvm::sys::path::rbegin(isysroot); in getSDKName() 1337 auto EndSDK = llvm::sys::path::rend(isysroot); in getSDKName() 1966 StringRef isysroot = A->getValue(); in inferDeploymentTargetFromSDK() local 1967 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK() 2166 StringRef isysroot = A->getValue(); in parseSDKSettings() local 2167 auto SDKInfoOrErr = parseDarwinSDKInfo(VFS, isysroot); in parseSDKSettings()
|
| H A D | Darwin.h | 526 static StringRef getSDKName(StringRef isysroot);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 197 "must specify system root with -isysroot when building a relocatable "
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | configure.ac | 982 export CFLAGS="$CFLAGS -mmacosx-version-min=${sdk_c} -isysroot ${SYSROOT}"
|
| H A D | ltmain.sh | 7157 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/sqlite3/tea/tclconfig/ |
| H A D | tcl.m4 | 1603 # preprocessing tests and compiling tests, move any -isysroot and 1607 if ([$]i~/^(isysroot|mmacosx-version-min)/) print "-"[$]i}'`" 1610 if (!([$]i~/^(isysroot|mmacosx-version-min)/)) print "-"[$]i}'`"
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | ltmain.sh | 5638 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/file/ |
| H A D | ltmain.sh | 7068 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | ltmain.sh | 7157 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | ltmain.sh | 7329 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/libevent/build-aux/ |
| H A D | ltmain.sh | 7280 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/openbsm/config/ |
| H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4268 "absolute paths are relative to -isysroot">, 4297 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>, 4315 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,
|