Searched refs:get_fnname_no_cxx_demangle (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_debuginfo.h | 95 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, const HChar** buf,
|
D | m_errormgr.c | 329 if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf, iipc) ) { in printSuppForIp_XML() 347 if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf, iipc) ) { in printSuppForIp_nonXML() 1664 if (!VG_(get_fnname_no_cxx_demangle)(ip2fo->ips[ixInput], in foComplete() 1764 if (!VG_(get_fnname_no_cxx_demangle)(IP, in expandInput()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 1896 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, const HChar** buf, in VG_() argument
|