Searched refs:ok_to_discard_translations (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_transtab.h142 extern Bool VG_(ok_to_discard_translations);
H A Dm_tooliface.c34 #include "pub_core_transtab.h" /* VG_(ok_to_discard_translations) */
279 VG_(ok_to_discard_translations) = True;
281 VG_(ok_to_discard_translations) = False;
H A Dm_transtab.c2132 Bool VG_(ok_to_discard_translations) = False; variable
2139 vg_assert(VG_(ok_to_discard_translations));

Completed in 80 milliseconds