Home
last modified time | relevance | path

Searched refs:link_output_file_ (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dtarget.cc984 link_output_file_ = dependency_output_file_ = in FillOutputFiles()
995 link_output_file_ = dependency_output_file_ = in FillOutputFiles()
1001 link_output_file_ = in FillOutputFiles()
1013 runtime_outputs_.push_back(link_output_file_); in FillOutputFiles()
1020 link_output_file_ = dependency_output_file_ = in FillOutputFiles()
1062 link_output_file_ = computed_outputs()[0]; in FillOutputFiles()
Dtarget.h397 const OutputFile& link_output_file() const { return link_output_file_; } in link_output_file()
561 OutputFile link_output_file_; variable