Searched refs:DEPS_GCC (Results 1 – 3 of 3) sorted by relevance
25 : Tool(n), depsformat_(DEPS_GCC), precompiled_header_type_(PCH_NONE) { in CTool()136 set_depsformat(DEPS_GCC); in ReadDepsFormat()
37 enum DepsFormat { DEPS_GCC = 0, DEPS_MSVC = 1 }; enumerator
97 if (c_tool->depsformat() == CTool::DEPS_GCC) { in WriteToolRule()