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

/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp169 unsigned char ExpectedStackBytes[2][6 * 8] = { local
183 EXPECT_EQ(memcmp(Buffer + StackOffset + 16, ExpectedStackBytes[0],
184 sizeof(ExpectedStackBytes[0])),
192 EXPECT_EQ(memcmp(Buffer + StackOffset + 16 + 6 * 8 + 8, ExpectedStackBytes[1],
193 sizeof(ExpectedStackBytes[1])),

Completed in 104 milliseconds