Home
last modified time | relevance | path

Searched defs:get_fnname_no_cxx_demangle (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dm_errormgr.c326 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { in printSuppForIp_XML() local
340 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { in printSuppForIp_nonXML() local
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1550 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, HChar* buf, Int nbuf ) in VG_() argument