Home
last modified time | relevance | path

Searched refs:get_fnname_no_cxx_demangle (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_debuginfo.h95 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, const HChar** buf,
Dm_errormgr.c329 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/
Ddebuginfo.c1896 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, const HChar** buf, in VG_() argument