Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp25 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 DASTWriter.cpp1287 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 DASTReader.cpp3005 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 DASTWriter.h502 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 DASTReader.h966 std::string isysroot; variable
1576 StringRef isysroot = "",
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp295 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 DDarwin.cpp1334 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 DDarwin.h526 static StringRef getSDKName(StringRef isysroot);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td197 "must specify system root with -isysroot when building a relocatable "
/freebsd-14.2/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-14.2/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-14.2/crypto/heimdal/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/file/
H A Dltmain.sh7068 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/unbound/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/sqlite3/
H A Dltmain.sh7157 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/openpam/
H A Dltmain.sh7329 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/libevent/build-aux/
H A Dltmain.sh7280 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/openbsm/config/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4268 "absolute paths are relative to -isysroot">,
4297 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Group<clang_i_Group>,
4315 "absolute paths are relative to -isysroot">, MetaVarName<"<directory>">,