Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h252 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4883 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
4893 return C.addResultFile( in GetNamedOutputPath()
4915 return C.addResultFile( in GetNamedOutputPath()
5086 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
5088 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()