Home
last modified time | relevance | path

Searched refs:xip (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dm_stacktrace.c191 uregs.xip = (Addr)startRegs->r_pc; in VG_()
211 uregs.xip, uregs.xbp); in VG_()
224 ips[0] = uregs.xip; in VG_()
252 ips[0] = uregs.xip; in VG_()
261 UWord hash = uregs.xip % N_FP_CF_VERIF; in VG_()
262 Addr xip_verif = uregs.xip ^ fp_CF_verif_cache [hash]; in VG_()
266 uregs.xip, xip_verif, in VG_()
303 xip_verified = uregs.xip; in VG_()
305 fp_CF_verif_cache [hash] = uregs.xip ^ NOINFO; in VG_()
323 uregs.xip = (((UWord*)uregs.xbp)[1]); in VG_()
[all …]
Dpub_core_debuginfo.h111 struct { Addr xip; Addr xsp; Addr xbp; } member
/external/clang/test/SemaTemplate/
Dimplicit-instantiation-1.cpp9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) { in test() argument
12 (void)sizeof(xip->f(2, 0)); // okay: does not instantiate in test()
13 (void)xip->g(2, 0); // okay: does not instantiate in test()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2470 case Creg_IA_IP: return eec->uregs->xip; in evalCfiExpr()
2803 uregs.xip = ip; in ML_()
2856 ipHere = uregsHere->xip; in VG_()
2929 COMPUTE(uregsPrev.xip, uregsHere->xip, cfsi_m->ra_how, cfsi_m->ra_off); in VG_()