Searched refs:OutputFileName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DFrontendActions.cpp528 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; local
529 if (!OutputFileName.empty() && OutputFileName != "-") {
531 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str().c_str(),

Completed in 59 milliseconds