Home
last modified time | relevance | path

Searched refs:toolchain_whole_status (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc723 int toolchain_whole_status = toolchain->GetToolAsC(CTool::kCToolSolink)->toolchain_whole_status(); in WriteLinkerStuff() local
724 if (toolchain_whole_status == 0) { in WriteLinkerStuff()
725 WriteWholeArchive(toolchain_whole_status); in WriteLinkerStuff()
726 } else if (toolchain_whole_status == 1){ in WriteLinkerStuff()
727 WriteNoWholeArchive(toolchain_whole_status); in WriteLinkerStuff()
732 void NinjaCBinaryTargetWriter::WriteWholeArchive(int toolchain_whole_status) { in WriteWholeArchive() argument
748 out_ << " toolchain_whole_status = " in WriteWholeArchive()
749 << toolchain_whole_status; in WriteWholeArchive() local
757 void NinjaCBinaryTargetWriter::WriteNoWholeArchive(int toolchain_whole_status) { in WriteNoWholeArchive() argument
773 << toolchain_whole_status; WriteNoWholeArchive() local
[all...]
H A Dninja_c_binary_target_writer.h99 void WriteWholeArchive(int toolchain_whole_status);
100 void WriteNoWholeArchive(int toolchain_whole_status);
H A Dc_tool.h94 int toolchain_whole_status() const { return toolchain_whole_status_; } in toolchain_whole_status() function in CTool
/third_party/ninja/src/
H A Dbuild.cc812 std::string toolchain_whole_status = edge->env_->LookupVariable("toolchain_whole_status"); in GetContent() local
814 if (toolchain_whole_status == "0") { in GetContent()
816 } else if (toolchain_whole_status == "1") { in GetContent()

Completed in 4 milliseconds