/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 162 StringRef OutputFile) { 165 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo, 170 << OutputFile << ErrorInfo; 343 if (!DepOpts.OutputFile.empty()) 517 void CompilerInstance::addOutputFile(const OutputFile &OutFile) { 523 for (std::list<OutputFile>::iterator 554 return createOutputFile(getFrontendOpts().OutputFile, Binary, 561 addOutputFile(OutputFile("", "", OS)); 588 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "", [all...] |
ASTUnit.cpp | [all...] |
CompilerInvocation.cpp | 584 Opts.OutputFile = Args.getLastArgValue(OPT_dependency_file); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
gen_msvs_proj.sh | 363 OutputFile="\$(OutDir)/${name}${lib_sfx}d.lib" \ 471 OutputFile="\$(OutDir)/${name}${lib_sfx}.lib" \
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_proj.sh | 435 OutputFile="\$(OutDir)/${name}${lib_sfx}d.lib" \ 543 OutputFile="\$(OutDir)/${name}${lib_sfx}.lib" \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_proj.sh | 435 OutputFile="\$(OutDir)/${name}${lib_sfx}d.lib" \ 543 OutputFile="\$(OutDir)/${name}${lib_sfx}.lib" \
|
/external/chromium_org/tools/gn/ |
ninja_action_target_writer_unittest.cc | 29 std::vector<OutputFile> output_files;
|
ninja_target_writer.cc | 109 OutputFile input_stamp_file = helper_.GetTargetOutputDir(target_);
|
filesystem_utils.cc | 680 const OutputFile& toolchain_subdir = settings->toolchain_output_subdir(); 697 const OutputFile& toolchain_subdir = settings->toolchain_output_subdir();
|
/external/llvm/tools/bugpoint/ |
BugDriver.h | 185 std::string OutputFile, 250 /// file and writting the filename into OutputFile if successful. If the
|
/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 35 #include "bcc/Support/OutputFile.h" 298 OutputFile &pResult,
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 45 #include <bcc/Support/OutputFile.h>
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 41 #include <bcc/Support/OutputFile.h>
|
/external/chromium_org/tools/gen_keyboard_overlay_data/ |
gen_keyboard_overlay_data.py | 411 def OutputFile(outpath, snippet): 460 OutputFile(outpath, snippet)
|
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 621 OutputFile file( m_filename, header );
|
/external/chromium_org/tools/clang/blink_gc_plugin/ |
BlinkGCPlugin.cpp | 670 instance_.getFrontendOpts().OutputFile, // BaseInput [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | [all...] |