Home
last modified time | relevance | path

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

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