Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h663 const char *GetNamedOutputPath(Compilation &C, const JobAction &JA,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5597 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch, in BuildJobsForActionNoCache()
5639 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForActionNoCache()
5802 const char *Driver::GetNamedOutputPath(Compilation &C, const JobAction &JA, in GetNamedOutputPath() function in Driver