/external/llvm/tools/bugpoint/ |
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/include/bcc/Renderscript/ |
RSInfo.h | 36 class OutputFile; 224 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" 139 inline bool helper_write_list(OutputFile &pOutput, 167 bool RSInfo::write(OutputFile &pOutput) {
|
/frameworks/compile/slang/ |
slang.h | 197 bool setOutput(const char *OutputFile); 203 bool setDepOutput(const char *OutputFile);
|
slang_rs.cpp | 300 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile; 330 OutputFile = IOFileIter->second; 337 if (!setOutput(OutputFile))
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 134 StringRef OutputFile) { 137 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo, 142 << OutputFile << ErrorInfo; 259 if (!DepOpts.OutputFile.empty()) 421 void CompilerInstance::addOutputFile(const OutputFile &OutFile) { 427 for (std::list<OutputFile>::iterator 460 return createOutputFile(getFrontendOpts().OutputFile, Binary, 488 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "", 823 FrontendOpts.OutputFile = ModuleFileName.str(); [all...] |
ASTUnit.cpp | [all...] |
CompilerInvocation.cpp | 474 Opts.OutputFile = Args.getLastArgValue(OPT_dependency_file); 698 Opts.OutputFile = Args.getLastArgValue(OPT_o); [all...] |
/external/libvpx/libvpx/build/make/ |
gen_msvs_proj.sh | 396 OutputFile="${name}.exe" \ 416 OutputFile="\$(OutDir)/${name}${lib_sfx}d.lib" \ 506 OutputFile="${name}.exe" \ 525 OutputFile="\$(OutDir)/${name}${lib_sfx}.lib" \
|
/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 | 419 StringRef isysroot, const std::string &OutputFile); 473 StringRef isysroot, const std::string &OutputFile, 493 const std::string &OutputFile, 734 std::string OutputFile; 748 PCHGenerator(const Preprocessor &PP, StringRef OutputFile,
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 170 std::string OutputFile;
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 33 const std::string OutputFile; 64 : OutputFile(output), 409 llvm::raw_fd_ostream o(OutputFile.c_str(), ErrMsg); 411 llvm::errs() << "warning: could not create file: " << OutputFile << '\n';
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 44 #include <bcc/Support/OutputFile.h> 268 OutputFile output_file(pOutputPath, FileBase::kTruncate);
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 244 return new ObjCMigrateASTConsumer(CI.getFrontendOpts().OutputFile,
|
/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 34 #include "bcc/Support/OutputFile.h" 363 OutputFile &pResult) {
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 44 #include <bcc/Support/OutputFile.h>
|
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 621 OutputFile file( m_filename, header );
|