HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 26 - 50 of 68) sorted by null

12 3

  /external/clang/lib/Frontend/
FrontendActions.cpp 79 std::string OutputFile;
81 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
86 return new PCHGenerator(CI.getPreprocessor(), OutputFile, nullptr, Sysroot,
93 std::string &OutputFile,
104 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
110 OutputFile = CI.getFrontendOpts().OutputFile;
117 std::string OutputFile;
119 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
122 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module,
    [all...]
DependencyFile.cpp 136 std::string OutputFile;
150 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
296 llvm::sys::fs::remove(OutputFile);
301 llvm::raw_fd_ostream OS(OutputFile.c_str(), Err, llvm::sys::fs::F_Text);
304 << OutputFile << Err;
  /external/chromium_org/tools/gn/
ninja_action_target_writer.cc 49 std::vector<OutputFile> output_files;
63 OutputFile output_path(
151 std::vector<OutputFile>* output_files) {
179 const std::vector<OutputFile>& output_files) {
207 std::vector<OutputFile>* output_files) {
211 OutputFile output_path(output_template_result[out_i]);
221 path_output_.WriteFile(out_, OutputFile(result[0]));
ninja_build_writer.h 42 void WritePhonyRule(const Target* target, const OutputFile& target_file,
build_settings.h 20 class OutputFile;
function_get_target_outputs.cc 54 OutputFile output_file = helper.GetTargetOutputFile(target);
ninja_toolchain_writer.cc 96 OutputFile ninja_file = helper_.GetNinjaFileForTarget(targets_[i]);
path_output.cc 73 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const {
ninja_build_writer.cc 195 OutputFile target_file = helper_.GetTargetOutputFile(target);
239 const OutputFile& target_file,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 185 const std::string &OutputFile,
198 const std::string &OutputFile,
231 InputFile, OutputFile, OutputFile,
306 const std::string &OutputFile,
362 const std::string &OutputFile,
375 const std::string &OutputFile,
396 &ProgramArgs[0], InputFile, OutputFile,
397 OutputFile, Timeout, MemoryLimit, Error);
529 const std::string &OutputFile,
    [all...]
ToolRunner.h 57 /// Output is captured to the specified OutputFile location. The SharedLibs
65 const std::string &OutputFile,
76 std::string &OutputFile,
141 const std::string &OutputFile,
179 const std::string &OutputFile,
BugDriver.cpp 43 OutputFile("output", cl::desc("Specify a reference program output "
72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
  /frameworks/compile/slang/
slang.h 195 bool setOutput(const char *OutputFile);
199 void setOutput32(const char *OutputFile) {
200 mOutput32FileName = OutputFile;
211 bool setDepOutput(const char *OutputFile);
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 37 class OutputFile;
103 enum ErrorCode compile(Script &pScript, OutputFile &pResult,
  /external/clang/include/clang/Frontend/
FrontendActions.h 91 std::string &OutputFile,
125 std::string &OutputFile,
CompilerInstance.h 143 struct OutputFile {
148 OutputFile(const std::string &filename, const std::string &tempFilename,
154 std::list<OutputFile> OutputFiles;
516 void addOutputFile(const OutputFile &OutFile);
FrontendOptions.h 202 std::string OutputFile;
Utils.h 144 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 40 class OutputFile;
208 bool write(OutputFile &pOutput);
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 23 #include "bcc/Support/OutputFile.h"
133 OutputFile info_file(info_path.string(), FileBase::kTruncate);
162 void RSExecutable::dumpDisassembly(OutputFile &pOutput) const {
RSInfoWriter.cpp 24 #include "bcc/Support/OutputFile.h"
116 inline bool helper_write_list(OutputFile &pOutput,
144 bool RSInfo::write(OutputFile &pOutput) {
RSCompilerDriver.cpp 38 #include "bcc/Support/OutputFile.h"
270 OutputFile output_file(pOutputPath,
297 OutputFile *ir_file = NULL;
302 ir_file = new OutputFile(path.string(), FileBase::kTruncate);
324 OutputFile info_file(info_path.string(), FileBase::kTruncate);
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 31 const std::string OutputFile;
63 : OutputFile(output),
342 llvm::raw_fd_ostream o(OutputFile.c_str(), ErrMsg, llvm::sys::fs::F_Text);
344 llvm::errs() << "warning: could not create file: " << OutputFile << '\n';
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 38 #include "bcc/Support/OutputFile.h"
186 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput,
  /external/clang/include/clang/Serialization/
ASTWriter.h 453 StringRef isysroot, const std::string &OutputFile);
512 StringRef isysroot, const std::string &OutputFile,
532 const std::string &OutputFile,
784 std::string OutputFile;
800 PCHGenerator(const Preprocessor &PP, StringRef OutputFile,

Completed in 351 milliseconds

12 3