Home
last modified time | relevance | path

Searched refs:_need_link (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
Dunixccompiler.py129 if self._need_link(objects, output_filename):
165 if self._need_link(objects, output_filename):
Dbcppcompiler.py157 if self._need_link (objects, output_filename):
200 if self._need_link (objects, output_filename):
D_msvccompiler.py421 if self._need_link(objects, output_filename):
466 if self._need_link(objects, output_filename):
Dmsvccompiler.py441 if self._need_link(objects, output_filename):
485 if self._need_link(objects, output_filename):
Dmsvc9compiler.py553 if self._need_link(objects, output_filename):
597 if self._need_link(objects, output_filename):
Dccompiler.py461 def _need_link(self, objects, output_file): member in CCompiler