Home
last modified time | relevance | path

Searched refs:ctfc_num_global_funcs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc318 size_t num_global_funcs = ctfc->ctfc_num_global_funcs; in ctf_preprocess()
483 objtidxoff = funcoff + ctfc->ctfc_num_global_funcs * sizeof (uint32_t); in output_ctf_header()
487 varoff = funcidxoff + ctfc->ctfc_num_global_funcs * sizeof (uint32_t); in output_ctf_header()
553 if (!ctfc->ctfc_num_global_funcs) return; in output_ctf_func_info()
558 for (i = 0; i < ctfc->ctfc_num_global_funcs; i++) in output_ctf_func_info()
591 if (!ctfc->ctfc_num_global_funcs) return; in output_ctf_funcidx()
593 for (i = 0; i < ctfc->ctfc_num_global_funcs; i++) in output_ctf_funcidx()
H A Dctfc.h288 uint64_t ctfc_num_global_funcs; member
H A Ddwarf2ctf.cc849 ctfc->ctfc_num_global_funcs += 1; in gen_ctf_function()