/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), OutputFile(OutputFile), isysroot(isysroot.str()), in PCHGenerator() 77 Buffer->Signature = Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, in HandleTranslationUnit()
|
H A D | ASTWriter.cpp | 1400 StringRef isysroot) { in WriteControlBlock() argument 1420 assert((!WritingModule || isysroot.empty()) && in WriteControlBlock() 1428 !isysroot.empty(), in WriteControlBlock() 1479 } else if (!isysroot.empty()) { in WriteControlBlock() 1481 BaseDirectory = std::string(isysroot); in WriteControlBlock() 4863 Module *WritingModule, StringRef isysroot, in WriteAST() argument 4882 ASTFileSignature Signature = WriteASTCore(SemaRef, isysroot, WritingModule); in WriteAST() 5348 ASTFileSignature ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, in WriteASTCore() argument 5427 WriteControlBlock(PP, Context, isysroot); in WriteASTCore()
|
H A D | ASTReader.cpp | 3053 F.BaseDirectory = isysroot.empty() ? "/" : isysroot; in ReadControlBlock() 10311 StringRef isysroot, in ASTReader() argument 10324 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot), in ASTReader()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 544 StringRef isysroot); 636 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot, 676 Module *WritingModule, StringRef isysroot, 924 std::string isysroot; variable 949 StringRef OutputFile, StringRef isysroot,
|
H A D | ASTReader.h | 978 std::string isysroot; variable 1587 StringRef isysroot = "",
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 296 StringRef isysroot, in PrecompilePreambleConsumer() argument 298 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1363 StringRef Darwin::getSDKName(StringRef isysroot) { in getSDKName() argument 1365 auto BeginSDK = llvm::sys::path::rbegin(isysroot); in getSDKName() 1366 auto EndSDK = llvm::sys::path::rend(isysroot); in getSDKName() 1997 StringRef isysroot = A->getValue(); in inferDeploymentTargetFromSDK() local 1998 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK() 2197 StringRef isysroot = A->getValue(); in parseSDKSettings() local 2198 auto SDKInfoOrErr = parseDarwinSDKInfo(VFS, isysroot); in parseSDKSettings()
|
H A D | Darwin.h | 543 static StringRef getSDKName(StringRef isysroot);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 201 "must specify system root with -isysroot when building a relocatable "
|
/freebsd/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/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/crypto/heimdal/ |
H A D | ltmain.sh | 5638 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 7329 -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/file/ |
H A D | ltmain.sh | 7068 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 7280 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/sqlite3/ |
H A D | ltmain.sh | 7157 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/unbound/ |
H A D | ltmain.sh | 7065 -model|-arch|-isysroot|--sysroot)
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4500 "absolute paths are relative to -isysroot">, 4529 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>, 4547 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,
|