Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OutputPath

287     StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
288 if (OutputPath == "-")
289 OutputPath = "";
290 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
483 CompilerInstance::createOutputFile(StringRef OutputPath,
490 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
499 << OutputPath << Error;
512 CompilerInstance::createOutputFile(StringRef OutputPath,
526 if (!OutputPath.empty()) {
527 OutFile = OutputPath;
546 SmallString<256> AbsPath(OutputPath);