Searched defs:get_fnname_no_cxx_demangle (Results 1 – 2 of 2) sorted by relevance
311 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { in printSuppForIp_XML() local325 if ( VG_(get_fnname_no_cxx_demangle) (ip, buf, ERRTXT_LEN) ) { in printSuppForIp_nonXML() local
1510 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, Char* buf, Int nbuf ) in VG_() argument