Home
last modified time | relevance | path

Searched refs:FUNC_8_ADDRS (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/profile/
Dinstrprof-value-prof.c55 #define FUNC_8_ADDRS(x) FUNC_4_ADDRS(x##_1) FUNC_4_ADDRS(x##_2) macro
56 #define FUNC_16_ADDRS(x) FUNC_8_ADDRS(x##_1) FUNC_8_ADDRS(x##_2)
65 void *CalleeAddrs[] = {FUNC_8_ADDRS(callee)};
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-real.c16 #define FUNC_8_ADDRS(x) FUNC_4_ADDRS(x##_1) FUNC_4_ADDRS(x##_2) macro
17 #define FUNC_16_ADDRS(x) FUNC_8_ADDRS(x##_1) FUNC_8_ADDRS(x##_2)