Searched refs:object_file (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| H A D | compiler.py | 197 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument 201 if object_file is None: 206 with_fn = lambda: libcxx.util.nullContext(object_file) 207 with with_fn() as object_file: 209 source_file, object_file, flags=flags, cwd=cwd) 214 object_file, exec_path=out, flags=flags, cwd=cwd)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | object.py | 291 def __init__(self, ptr, object_file): argument 293 assert isinstance(object_file, ObjectFile) 298 self._object_file = object_file
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect2.c | 590 const char **object_file = CONST_CAST2 (const char **, char **, object_lst); in maybe_run_lto_and_relink() local 594 while (object_file < object) in maybe_run_lto_and_relink() 597 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL); in maybe_run_lto_and_relink()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect2.cc | 582 const char **object_file = CONST_CAST2 (const char **, char **, object_lst); in maybe_run_lto_and_relink() local 586 while (object_file < object) in maybe_run_lto_and_relink() 589 scan_prog_file (*object_file++, PASS_LTOINFO, SCAN_ALL); in maybe_run_lto_and_relink()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2013 | 479 (object_file): Remove variable. 958 current_irs, object_file.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2016 | 2409 object_file and source_file parameters with a compile_file_names 2412 (compile_object_load): Replace object_file and source_file
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2016 | 2409 object_file and source_file parameters with a compile_file_names 2412 (compile_object_load): Replace object_file and source_file
|