Home
last modified time | relevance | path

Searched refs:omp_functions (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.h456 Vector<Function*> *omp_functions; // OMP-overhead, etc. variable
H A DDbeSession.cc136 omp_functions = new Vector<Function*>(OMP_LAST_STATE); in DbeSession()
439 delete omp_functions; in ~DbeSession()
539 omp_functions->reset (); in init()
541 omp_functions->append (NULL); in init()
863 Function *func = omp_functions->fetch (n); in get_OMP_Function()
907 omp_functions->store (n, func); in get_OMP_Function()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSession.h456 Vector<Function*> *omp_functions; // OMP-overhead, etc. variable
H A DDbeSession.cc136 omp_functions = new Vector<Function*>(OMP_LAST_STATE); in DbeSession()
439 delete omp_functions; in ~DbeSession()
539 omp_functions->reset (); in init()
541 omp_functions->append (NULL); in init()
863 Function *func = omp_functions->fetch (n); in get_OMP_Function()
907 omp_functions->store (n, func); in get_OMP_Function()
H A DDbeSession.cc.1126 omp_functions = new Vector<Function*>(OMP_LAST_STATE);
429 delete omp_functions;
529 omp_functions->reset ();
531 omp_functions->append (NULL);
853 Function *func = omp_functions->fetch (n);
897 omp_functions->store (n, func);