Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h263 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5391 C.addResultFile(ResultFile, JA); in handleTimeTrace()
5788 return C.addResultFile(ModuleOutputEQ->getValue(), &JA); in GetModuleOutputPath()
5799 return C.addResultFile(C.getArgs().MakeArgString(OutputPath.c_str()), &JA); in GetModuleOutputPath()
5818 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
5828 return C.addResultFile( in GetNamedOutputPath()
5848 return C.addResultFile(C.getArgs().MakeArgString(FcValue.str()), &JA); in GetNamedOutputPath()
5856 return C.addResultFile(C.getArgs().MakeArgString(FoValue.str()), &JA); in GetNamedOutputPath()
5866 return C.addResultFile( in GetNamedOutputPath()
6061 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
6064 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()