Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h263 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5477 C.addResultFile(ResultFile, JA); in handleTimeTrace()
5875 return C.addResultFile(C.getArgs().MakeArgString(OutputPath.c_str()), &JA); in GetModuleOutputPath()
5894 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
5904 return C.addResultFile( in GetNamedOutputPath()
5924 return C.addResultFile(C.getArgs().MakeArgString(FcValue.str()), &JA); in GetNamedOutputPath()
5932 return C.addResultFile(C.getArgs().MakeArgString(FoValue.str()), &JA); in GetNamedOutputPath()
5942 return C.addResultFile( in GetNamedOutputPath()
6145 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
6148 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()