Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-evict.c6 void *CalleeAddrs[] = {callee_0, callee_1, callee_2, callee_3}; variable
51 FPT getCalleeFunc(int I) { return CalleeAddrs[I]; } in getCalleeFunc()
Dinstrprof-value-prof-real.c25 void *CalleeAddrs[] = {FUNC_512_ADDRS(foo)};
29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc()
/external/compiler-rt/test/profile/
Dinstrprof-value-prof.c65 void *CalleeAddrs[] = {FUNC_8_ADDRS(callee)}; variable
120 __llvm_profile_instrument_target((uint64_t)CalleeAddrs[V], in main()