Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutputPath

270     StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
271 if (OutputPath == "-")
272 OutputPath = "";
273 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
466 CompilerInstance::createOutputFile(StringRef OutputPath,
473 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
482 << OutputPath << Error;
495 CompilerInstance::createOutputFile(StringRef OutputPath,
509 if (!OutputPath.empty()) {
510 OutFile = OutputPath;
529 SmallString<256> AbsPath(OutputPath);