Searched refs:lookupRangeMap (Results 1 – 3 of 3) sorted by relevance
70 void VG_(lookupRangeMap) ( /*OUT*/UWord* key_min, /*OUT*/UWord* key_max,
116 void VG_(lookupRangeMap) ( /*OUT*/UWord* key_min, /*OUT*/UWord* key_max, in VG_() argument
1103 VG_(lookupRangeMap)(&key_min, &key_max, &how, gIgnoredAddressRanges, a); in MC_()