HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/tools/gn/
output_file.cc 10 OutputFile::OutputFile() : value_() {
13 OutputFile::OutputFile(const base::StringPiece& str)
17 OutputFile::OutputFile(const BuildSettings* build_settings,
23 OutputFile::~OutputFile() {
26 SourceFile OutputFile::AsSourceFile(const BuildSettings* build_settings) const {
32 SourceDir OutputFile::AsSourceDir(const BuildSettings* build_settings) const
    [all...]
output_file.h 17 class OutputFile {
19 OutputFile();
20 explicit OutputFile(const base::StringPiece& str);
21 OutputFile(const BuildSettings* build_settings,
23 ~OutputFile();
29 // The *Dir version requires that the current OutputFile ends in a slash, and
34 bool operator==(const OutputFile& other) const {
37 bool operator!=(const OutputFile& other) const {
40 bool operator<(const OutputFile& other) const {
51 template<> struct hash<OutputFile> {
    [all...]
ninja_action_target_writer.h 14 class OutputFile;
45 const OutputFile& input_dep,
46 std::vector<OutputFile>* output_files);
52 std::vector<OutputFile>* output_files);
ninja_target_writer.h 15 class OutputFile;
38 // order-only dependencies for the current target. The returned OutputFile
41 OutputFile WriteInputDepsStampAndGetDep(
47 void WriteStampForTarget(const std::vector<OutputFile>& deps,
48 const std::vector<OutputFile>& order_only_deps);
ninja_binary_target_writer.h 26 typedef std::set<OutputFile> OutputFileSet;
29 void WriteSources(std::vector<OutputFile>* object_files);
30 void WriteLinkerStuff(const std::vector<OutputFile>& object_files);
34 void WriteSolibs(const std::vector<OutputFile>& solibs);
37 void WriteSourceSetStamp(const std::vector<OutputFile>& object_files);
41 void GetDeps(UniqueVector<OutputFile>* extra_object_files,
50 UniqueVector<OutputFile>* extra_object_files,
77 std::vector<OutputFile>* outputs) const;
ninja_group_target_writer.cc 24 std::vector<OutputFile> output_files;
29 std::vector<OutputFile> data_output_files;
substitution_writer.h 15 class OutputFile;
76 std::vector<OutputFile>* output);
81 // as either a string, a SourceFile or an OutputFile. If the result is
82 // expected to be a SourceFile or an OutputFile, this will CHECK if the
93 static OutputFile ApplyPatternToSourceAsOutputFile(
116 std::vector<OutputFile>* output);
134 std::vector<OutputFile>* output);
164 static OutputFile ApplyPatternToTargetAsOutputFile(
172 std::vector<OutputFile>* output);
191 static OutputFile ApplyPatternToCompilerAsOutputFile
    [all...]
ninja_copy_target_writer.h 24 void WriteCopyRules(std::vector<OutputFile>* output_files);
path_output.h 16 class OutputFile;
50 void WriteFile(std::ostream& out, const OutputFile& file) const;
56 const std::vector<OutputFile>& files) const;
64 const OutputFile& file,
ninja_copy_target_writer.cc 55 std::vector<OutputFile> output_files;
58 WriteStampForTarget(output_files, std::vector<OutputFile>());
62 std::vector<OutputFile>* output_files) {
98 OutputFile output_file =
ninja_binary_target_writer.cc 82 std::vector<OutputFile> obj_files;
135 std::vector<OutputFile>* object_files) {
139 OutputFile input_dep =
144 std::vector<OutputFile> tool_outputs; // Prevent reallocation in loop.
196 const std::vector<OutputFile>& object_files) {
197 std::vector<OutputFile> output_files;
209 UniqueVector<OutputFile> extra_object_files;
224 std::vector<OutputFile> implicit_deps;
225 std::vector<OutputFile> solibs;
342 const std::vector<OutputFile>& solibs)
    [all...]
substitution_writer.cc 195 std::vector<OutputFile>* output) {
199 output->push_back(OutputFile(settings->build_settings(),
238 OutputFile SubstitutionWriter::ApplyPatternToSourceAsOutputFile(
247 return OutputFile(settings->build_settings(), result_as_source);
279 std::vector<OutputFile>* output) {
313 std::vector<OutputFile>* output) {
400 OutputFile SubstitutionWriter::ApplyPatternToTargetAsOutputFile(
415 return OutputFile(result_value);
423 std::vector<OutputFile>* output) {
480 OutputFile SubstitutionWriter::ApplyPatternToCompilerAsOutputFile
    [all...]
settings.h 70 const OutputFile& toolchain_output_subdir() const {
117 OutputFile toolchain_output_subdir_;
filesystem_utils.h 168 OutputFile GetToolchainGenDirAsOutputFile(const Settings* settings);
175 OutputFile GetOutputDirForSourceDirAsOutputFile(const Settings* settings,
180 OutputFile GetGenDirForSourceDirAsOutputFile(const Settings* settings,
184 OutputFile GetTargetOutputDirAsOutputFile(const Target* target);
186 OutputFile GetTargetGenDirAsOutputFile(const Target* target);
ninja_target_writer_unittest.cc 25 OutputFile WriteInputDepsStampAndGetDep(
72 OutputFile dep =
85 OutputFile dep =
99 OutputFile dep =
133 OutputFile dep =
ninja_build_writer.h 45 void WritePhonyRule(const Target* target, const OutputFile& target_file,
  /external/llvm/utils/
llvm-native-gxx 36 $OutputFile = $ARGV[$i + 1];
108 my ($BCFile, $Backend, $OutputFile) = @_;
113 $GeneratedCode = "${OutputFile}.c";
120 $GeneratedCode = "${OutputFile}.s";
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
139 my $BCFile = "${OutputFile}.llvm.bc";
141 run "mv ${OutputFile} $BCFile";
143 run "mv ${OutputFile}.bc $BCFile";
147 $GeneratedCode = "${OutputFile}.cbe.c"
    [all...]
  /external/clang/lib/Serialization/
GeneratePCH.cpp 28 StringRef OutputFile,
32 : PP(PP), OutputFile(OutputFile), Module(Module),
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 19 CI.getFrontendOpts().OutputFile,
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 21 raw_ostream *OutputFile;
33 : SM(PP->getSourceManager()), OutputFile(OutputFile_),
40 delete OutputFile;
52 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
68 OutputFile = OS;
74 OutputFile, OwnsOutputFile,
133 OutputFile->write(Msg.data(), Msg.size());
DependencyGraph.cpp 31 std::string OutputFile;
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile,
47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
64 PP.addPPCallbacks(new DependencyGraphCallback(&PP, OutputFile, SysRoot));
100 llvm::raw_fd_ostream OS(OutputFile.c_str(), Err, llvm::sys::fs::F_Text);
103 << OutputFile << Err;
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...]
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 32 std::string OutputFile;
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 296 std::string OutputFile,
330 if (OutputFile.empty()) OutputFile = OutputPrefix + "-execution-output-%%%%%%%";
334 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile);
340 OutputFile = UniqueFile.str();
347 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
351 return OutputFile;
367 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
373 return OutputFile;
380 std::string OutputFile,
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 60 FILE *OutputFile;
65 OutputFile = fopen(OutputName, "a");
66 if (!OutputFile)
69 RetVal = writeFile(OutputFile);
71 fclose(OutputFile);

Completed in 597 milliseconds

1 2 3