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