Home
last modified time | relevance | path

Searched refs:__gcov_flush (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Thumb2/
D2009-08-06-SpDecBug.ll15 call void @__gcov_flush() nounwind
28 declare hidden void @__gcov_flush()
/external/llvm/test/CodeGen/Thumb2/
D2009-08-06-SpDecBug.ll15 call void @__gcov_flush() nounwind
28 declare hidden void @__gcov_flush()
/external/compiler-rt/lib/profile/
DGCDAProfiling.c546 void __gcov_flush() { in __gcov_flush() function
/external/strace/
Dstrace.c2684 extern void __gcov_flush(void);
2707 __gcov_flush(); in terminate()
2716 __gcov_flush(); in terminate()
DChangeLog16138 * strace.c [ENABLE_COVERAGE_GCOV] (__gcov_flush): New prototype.
16139 (main) [ENABLE_COVERAGE_GCOV]: Call __gcov_flush() before raise()