Searched refs:isysroot (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp25 StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer,
29 : PP(PP), OutputFile(OutputFile), isysroot(isysroot.str()),
63 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot,
23 PCHGenerator( const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps, bool ShouldCacheASTInMemory) argument
H A DASTWriter.cpp1063 StringRef isysroot,
1083 assert((!WritingModule || isysroot.empty()) &&
1092 !isysroot.empty(),
1133 } else if (!isysroot.empty()) {
1135 BaseDirectory = isysroot;
4292 Module *WritingModule, StringRef isysroot,
4311 WriteASTCore(SemaRef, isysroot, OutputFile, WritingModule);
4336 ASTFileSignature ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot,
4488 WriteControlBlock(PP, Context, isysroot, OutputFile);
1062 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
H A DASTReader.cpp2756 F.BaseDirectory = isysroot.empty() ? "/" : isysroot;
11442 StringRef isysroot, bool DisableValidation,
11454 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h452 StringRef isysroot, const std::string &OutputFile);
528 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot,
556 /// \param isysroot if non-empty, write a relocatable file whose headers
563 Module *WritingModule, StringRef isysroot,
743 std::string isysroot; member in class:clang::PCHGenerator
758 StringRef OutputFile, StringRef isysroot,
H A DASTReader.h910 std::string isysroot; member in class:clang::ASTReader
1453 /// \param isysroot If non-NULL, the system include path specified by the
1480 StringRef isysroot = "", bool DisableValidation = false,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp390 // --isysroot as the syslibroot.
1069 StringRef Darwin::getSDKName(StringRef isysroot) { argument
1071 auto BeginSDK = llvm::sys::path::begin(isysroot);
1072 auto EndSDK = llvm::sys::path::end(isysroot);
1557 /// Tries to infer the deployment target from the SDK specified by -isysroot
1566 StringRef isysroot = A->getValue();
1567 StringRef SDK = Darwin::getSDKName(isysroot);
1681 StringRef isysroot = A->getValue();
1682 auto SDKInfoOrErr = driver::parseDarwinSDKInfo(VFS, isysroot);
1698 // isysroot
[all...]
H A DDarwin.h443 static StringRef getSDKName(StringRef isysroot);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp162 StringRef isysroot,
164 : PCHGenerator(PP, ModuleCache, "", isysroot,
159 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef isysroot, std::unique_ptr<raw_ostream> Out) argument
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c448 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
5090 do_spec_1 ("-isysroot", 1, NULL);
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh3122 -model|-arch|-isysroot)
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh5650 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh5684 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/file/
H A Dltmain.sh7068 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh7065 -model|-arch|-isysroot|--sysroot)

Completed in 444 milliseconds