Home
last modified time | relevance | path

Searched refs:isysroot (Results 1 – 22 of 22) 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), OutputFile(OutputFile), isysroot(isysroot.str()), in PCHGenerator()
77 Buffer->Signature = Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, in HandleTranslationUnit()
H A DASTWriter.cpp1400 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 DASTReader.cpp3053 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 DASTWriter.h544 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 DASTReader.h978 std::string isysroot; variable
1587 StringRef isysroot = "",
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp296 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 DDarwin.cpp1363 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 DDarwin.h543 static StringRef getSDKName(StringRef isysroot);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td201 "must specify system root with -isysroot when building a relocatable "
/freebsd/contrib/ldns/
H A Dconfigure.ac982 export CFLAGS="$CFLAGS -mmacosx-version-min=${sdk_c} -isysroot ${SYSROOT}"
H A Dltmain.sh7157 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41603 # 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 Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/openbsm/config/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/openpam/
H A Dltmain.sh7329 -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/file/
H A Dltmain.sh7068 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh7280 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/sqlite3/
H A Dltmain.sh7157 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/unbound/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4500 "absolute paths are relative to -isysroot">,
4529 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>,
4547 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,