Home
last modified time | relevance | path

Searched refs:GetEffectiveSysroot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h335 GetEffectiveSysroot(const llvm::opt::ArgList &DriverArgs) const;
H A DDarwin.cpp2617 AppleMachO::GetEffectiveSysroot(const llvm::opt::ArgList &DriverArgs) const { in GetEffectiveSysroot() function in AppleMachO
2635 llvm::SmallString<128> Sysroot = GetEffectiveSysroot(DriverArgs); in AddClangSystemIncludeArgs()
2687 llvm::SmallString<128> Sysroot = GetEffectiveSysroot(DriverArgs); in AddClangSystemIncludeArgs()
2744 llvm::SmallString<128> Sysroot = GetEffectiveSysroot(DriverArgs); in AddClangCXXStdlibIncludeArgs()
2799 llvm::SmallString<128> UsrIncludeCxx = GetEffectiveSysroot(DriverArgs); in AddGnuCPlusPlusIncludePaths()