Searched refs:finalize (Results 151 - 175 of 250) sorted by relevance

12345678910

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp668 if (Error E = Writer->finalize())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreginfo.c1319 target_hard_regs::finalize ()
1312 target_hard_regs::finalize () function in class:target_hard_regs
H A Dgcc.c6189 /* If we have some object growing now, finalize it so the args and function
8675 void finalize ();
8824 void used_arg_t::finalize ()
10157 driver::finalize ()
10317 used_arg.finalize ();
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.h842 finalize(const Input_objects*, Symbol_table*, Target*, const Task*);
H A Dsymtab.h379 // value by Symbol_table::finalize. It is an error to ask for the
405 // during Layout::finalize. It is an error to ask for the dynamic
1000 // Layout::finalize the symbol's value is an offset within the
1006 // Layout::finalize the symbol's value is an offset.
1022 // The base to use for the offset before Layout::finalize.
1029 // Symbol_table::finalize.
1035 // non-zero value during Layout::finalize.
1213 // Symbol value. Before Layout::finalize this is the offset in the
1215 // Layout::finalize.
1646 finalize(off_
[all...]
H A Dincremental.h614 // Prepare for layout. Called from Layout::finalize.
616 finalize();
H A Dlayout.cc375 off_t file_size = layout->finalize(this->input_objects_,
2983 Layout::finalize(const Input_objects* input_objects, Symbol_table* symtab,
3098 // this in order to finalize local symbols in non-allocated
3119 this->incremental_inputs_->finalize();
4425 off = symtab->finalize(off, dynoff, local_dynamic_count, dyncount,
5826 // file size. Note we finalize the .shstrab last, to allow the
5834 // Now that we've finalized the names, we can finalize the shstrab.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreginfo.cc1346 target_hard_regs::finalize ()
H A Dipa-modref.cc677 modref_summary::finalize (tree fun) function in class:modref_summary
3246 summary->finalize (current_function_decl);
3957 modref_sum->finalize (node->decl);
4138 r->finalize (node->decl);
5492 sum->finalize (cur->decl);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h847 finalize(const Input_objects*, Symbol_table*, Target*, const Task*);
H A Dsymtab.h379 // value by Symbol_table::finalize. It is an error to ask for the
405 // during Layout::finalize. It is an error to ask for the dynamic
1001 // Layout::finalize the symbol's value is an offset within the
1007 // Layout::finalize the symbol's value is an offset.
1023 // The base to use for the offset before Layout::finalize.
1030 // Symbol_table::finalize.
1036 // non-zero value during Layout::finalize.
1214 // Symbol value. Before Layout::finalize this is the offset in the
1216 // Layout::finalize.
1647 finalize(off_
[all...]
H A Dlayout.cc375 off_t file_size = layout->finalize(this->input_objects_,
2987 Layout::finalize(const Input_objects* input_objects, Symbol_table* symtab,
3102 // this in order to finalize local symbols in non-allocated
3123 this->incremental_inputs_->finalize();
4439 off = symtab->finalize(off, dynoff, local_dynamic_count, dyncount,
5846 // file size. Note we finalize the .shstrab last, to allow the
5854 // Now that we've finalized the names, we can finalize the shstrab.
H A Dincremental.h614 // Prepare for layout. Called from Layout::finalize.
616 finalize();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.h847 finalize(const Input_objects*, Symbol_table*, Target*, const Task*);
H A Dsymtab.h379 // value by Symbol_table::finalize. It is an error to ask for the
405 // during Layout::finalize. It is an error to ask for the dynamic
1001 // Layout::finalize the symbol's value is an offset within the
1007 // Layout::finalize the symbol's value is an offset.
1023 // The base to use for the offset before Layout::finalize.
1030 // Symbol_table::finalize.
1036 // non-zero value during Layout::finalize.
1214 // Symbol value. Before Layout::finalize this is the offset in the
1216 // Layout::finalize.
1647 finalize(off_
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp702 /// addMatcher(...)*; finalize(); optimize(); emit(...); and
703 /// addMatcher(...)*; finalize(); emit(...);
707 /// addMatcher(...)*; finalize(); { optimize()*; emit(...); }*
710 /// optimize() is not expected to be idempotent. Multiple calls to finalize()
714 /// addMatcher() calls after the finalize() call are not supported.
716 /// finalize() and optimize() are both allowed to mutate the contained
717 /// matchers, so moving them out after finalize() is not supported.
718 void finalize();
722 /// Could be used to move out the matchers added previously, unless finalize()
774 void finalize();
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh3938 # We have no uninstalled library dependencies, so finalize right now.
4844 finalize=yes
4858 finalize=no
4871 if test "$finalize" = yes && test -z "$run"; then
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp772 DI->finalize();
2769 Emitter.finalize(GV);
2800 Emitter.finalize(GV);
3962 emitter.finalize(GV);
4421 emitter->finalize(GV);
5510 if (emitter) emitter->finalize(GV);
H A DCGExprConstant.cpp921 emitter.finalize(GV);
1583 void ConstantEmitter::finalize(llvm::GlobalVariable *global) { function in class:ConstantEmitter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp836 OMPInfoCache.OMPBuilder.finalize(OriginalFn,
2626 bool doFinalization(CallGraph &CG) override { return CGUpdater.finalize(); }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1898 and toplev::finalize (which deletes it). */
1902 enter_scope ("toplev::finalize");
1903 toplev.finalize ();
1904 exit_scope ("toplev::finalize");
2559 d.finalize ();
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2378 and toplev::finalize (which deletes it). */
2382 enter_scope ("toplev::finalize");
2383 toplev.finalize ();
2384 exit_scope ("toplev::finalize");
3042 d.finalize ();
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1456 DBuilder->finalize();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp1049 Strings.finalize();
H A DMachObjectWriter.cpp560 StringTable.finalize();

Completed in 593 milliseconds

12345678910