Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h260 const char *addResultFile(const char *Name, const JobAction *JA) { in addResultFile() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5580 return C.addResultFile(ModuleOutputEQ->getValue(), &JA); in GetModuleOutputPath()
5591 return C.addResultFile(C.getArgs().MakeArgString(OutputPath.c_str()), &JA); in GetModuleOutputPath()
5610 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
5620 return C.addResultFile( in GetNamedOutputPath()
5645 return C.addResultFile( in GetNamedOutputPath()
5823 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
5826 return C.addResultFile(NamedOutput, &JA); in GetNamedOutputPath()