Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DCompilation.h259 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5573 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
5583 return C.addResultFile( in GetNamedOutputPath()
5605 return C.addResultFile( in GetNamedOutputPath()
5791 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
5793 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()