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.h257 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5824 C.addResultFile(ResultFile, JA); in handleTimeTrace()
6218 return C.addResultFile(C.getArgs().MakeArgString(OutputPath.c_str()), &JA); in GetModuleOutputPath()
6237 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
6247 return C.addResultFile( in GetNamedOutputPath()
6267 return C.addResultFile(C.getArgs().MakeArgString(FcValue.str()), &JA); in GetNamedOutputPath()
6282 return C.addResultFile(C.getArgs().MakeArgString(FoValue.str()), &JA); in GetNamedOutputPath()
6291 return C.addResultFile(C.getArgs().MakeArgString(FoValue.str()), &JA); in GetNamedOutputPath()
6301 return C.addResultFile( in GetNamedOutputPath()
6504 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
6507 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()