Searched refs:object_file (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-internal.h190 compile_file_names (std::string source_file, std::string object_file) argument
191 : m_source_file (source_file), m_object_file (object_file)
201 const char *object_file () const function in class:compile_file_names
H A Dcompile.c796 ok = compiler->compile (fnames.object_file (), compile_debug);
802 fnames.object_file ());
829 gdb::unlinker object_remover (fnames.object_file ());
H A Dcompile-object-load.c605 (tilde_expand (file_names.object_file ()));
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-internal.h192 compile_file_names (std::string source_file, std::string object_file) argument
193 : m_source_file (source_file), m_object_file (object_file)
203 const char *object_file () const function in class:compile_file_names
H A Dcompile.c783 ok = compiler->compile (fnames.object_file (), compile_debug);
789 fnames.object_file ());
814 gdb::unlinker object_remover (fnames.object_file ());
H A Dcompile-object-load.c619 (tilde_expand (file_names.object_file ()));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dfission-relative-dwo.exp108 set object_file [standard_output_file ${testfile}.o]
110 [list $asm_file {nodebug split-dwo} ${object_file}] \
H A Dfission-absolute-dwo.exp111 set object_file [standard_output_file ${testfile}.o]
113 [list $asm_file {nodebug split-dwo} ${object_file}] \
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dcompiler.py197 def compileLinkTwoSteps(self, source_file, out=None, object_file=None,
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-current/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py291 def __init__(self, ptr, object_file):
293 assert isinstance(object_file, ObjectFile)
298 self._object_file = object_file
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Ddwarf.exp55 set object_file ${output_base}.o
60 set result [gdb_compile $source_file $object_file object $options]
65 set command "$objcopy --extract-dwo $object_file $dwo_file"
73 set command "$objcopy --strip-dwo $object_file"
81 set result [gdb_compile $object_file $executable executable $options]
H A Dgen-perf-test.exp901 set object_file [_make_binary_object_name self $static $run_nr $cu_nr]
902 lappend result [list $source_file $header_file $object_file]
1143 set object_file [lindex $elm 2]
1146 set compile_result [_perftest_compile self $source_file $all_header_files $object_file object $compile_options]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgen-perf-test.exp901 set object_file [_make_binary_object_name self $static $run_nr $cu_nr]
902 lappend result [list $source_file $header_file $object_file]
1143 set object_file [lindex $elm 2]
1146 set compile_result [_perftest_compile self $source_file $all_header_files $object_file object $compile_options]
H A Ddwarf.exp35 proc extract_dwo_information { object_file dwo_file } {
37 set command "$objcopy --extract-dwo $object_file $dwo_file"

Completed in 292 milliseconds