/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 184 const std::string &OutputFile, 197 const std::string &OutputFile, 230 InputFile, OutputFile, OutputFile, 305 const std::string &OutputFile, 361 const std::string &OutputFile, 374 const std::string &OutputFile, 395 &ProgramArgs[0], InputFile, OutputFile, 396 OutputFile, Timeout, MemoryLimit, Error); 528 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, 139 const std::string &OutputFile, 177 const std::string &OutputFile,
|
BugDriver.cpp | 43 OutputFile("output", cl::desc("Specify a reference program output " 72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
|
BugDriver.h | 185 std::string OutputFile, 250 /// file and writting the filename into OutputFile if successful. If the
|
/frameworks/compile/libbcc/lib/Support/ |
Android.mk | 30 OutputFile.cpp \
|
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/lib/Frontend/ |
DependencyFile.cpp | 35 std::string OutputFile; 50 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets), 170 llvm::sys::fs::remove(OutputFile, existed); 175 llvm::raw_fd_ostream OS(OutputFile.c_str(), Err); 178 << OutputFile << Err;
|
CompilerInstance.cpp | 137 StringRef OutputFile) { 140 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo, 145 << OutputFile << ErrorInfo; 256 if (!DepOpts.OutputFile.empty()) 419 void CompilerInstance::addOutputFile(const OutputFile &OutFile) { 425 for (std::list<OutputFile>::iterator 458 return createOutputFile(getFrontendOpts().OutputFile, Binary, 486 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "", 842 FrontendOpts.OutputFile = ModuleFileName.str(); [all...] |
/external/clang/include/clang/Frontend/ |
FrontendActions.h | 96 std::string &OutputFile, 127 std::string &OutputFile,
|
CompilerInstance.h | 128 struct OutputFile { 133 OutputFile(const std::string &filename, const std::string &tempFilename, 139 std::list<OutputFile> OutputFiles; 474 void addOutputFile(const OutputFile &OutFile);
|
Utils.h | 82 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
|
FrontendOptions.h | 175 std::string OutputFile;
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSInfo.h | 39 class OutputFile; 230 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 {
|
RSCompilerDriver.cpp | 37 #include "bcc/Support/OutputFile.h" 249 OutputFile output_file(pOutputPath, 276 OutputFile *ir_file = NULL; 281 ir_file = new OutputFile(path.string(), FileBase::kTruncate); 309 OutputFile info_file(info_path.string(), FileBase::kTruncate);
|
RSInfoWriter.cpp | 24 #include "bcc/Support/OutputFile.h" 139 inline bool helper_write_list(OutputFile &pOutput, 167 bool RSInfo::write(OutputFile &pOutput) {
|
/frameworks/compile/slang/ |
slang.h | 198 bool setOutput(const char *OutputFile); 204 bool setDepOutput(const char *OutputFile);
|
slang_rs.cpp | 296 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile; 326 OutputFile = IOFileIter->second; 333 if (!setOutput(OutputFile))
|
/external/chromium_org/tools/gn/ |
path_output.cc | 66 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const {
|
ninja_build_writer.cc | 149 OutputFile target_file = helper_.GetTargetOutputFile(target);
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_proj.sh | 415 OutputFile="${name}.exe" \ 435 OutputFile="\$(OutDir)/${name}${lib_sfx}d.lib" \ 525 OutputFile="${name}.exe" \ 544 OutputFile="\$(OutDir)/${name}${lib_sfx}.lib" \
|
gen_msvs_vcxproj.sh | 469 tag_content OutputFile "${name}.exe" 485 tag_content OutputFile "\$(OutDir)${name}${lib_sfx}${confsuffix}.lib"
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 45 #include <bcc/Support/OutputFile.h> 163 OutputFile output_file(pOutputPath, FileBase::kTruncate);
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 424 StringRef isysroot, const std::string &OutputFile); 479 StringRef isysroot, const std::string &OutputFile, 499 const std::string &OutputFile, 746 std::string OutputFile; 762 PCHGenerator(const Preprocessor &PP, StringRef OutputFile,
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 33 const std::string OutputFile; 64 : OutputFile(output), 419 llvm::raw_fd_ostream o(OutputFile.c_str(), ErrMsg); 421 llvm::errs() << "warning: could not create file: " << OutputFile << '\n';
|