Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp560 static void AppendPlatformPrefix(SmallString<128> &Path, const llvm::Triple &T);
783 AppendPlatformPrefix(P, Triple); in ConstructJob()
2397 static void AppendPlatformPrefix(SmallString<128> &Path, in AppendPlatformPrefix() function
2415 AppendPlatformPrefix(Path, getEffectiveTriple()); in GetEffectiveSysroot()