Home
last modified time | relevance | path

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

/external/openthread/src/lib/platform/
Dreset_util.h44 void __gcov_flush(void);
45 #define flush_gcov __gcov_flush
/external/llvm/test/CodeGen/Thumb2/
D2009-08-06-SpDecBug.ll15 call void @__gcov_flush() nounwind
28 declare hidden void @__gcov_flush()
/external/ot-br-posix/src/agent/
Dmain.cpp80 void __gcov_flush();
315 __gcov_flush(); in main()
/external/webrtc/third_party/abseil-cpp/absl/log/internal/
Dlog_message.cc318 extern "C" void __gcov_flush() ABSL_ATTRIBUTE_WEAK;
333 } else if (&__gcov_flush != nullptr) { in FailWithoutStackTrace()
334 __gcov_flush(); in FailWithoutStackTrace()
/external/cronet/third_party/abseil-cpp/absl/log/internal/
Dlog_message.cc313 extern "C" void __gcov_flush() ABSL_ATTRIBUTE_WEAK;
328 } else if (&__gcov_flush != nullptr) { in FailWithoutStackTrace()
329 __gcov_flush(); in FailWithoutStackTrace()
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dlog_message.cc320 extern "C" void __gcov_flush() ABSL_ATTRIBUTE_WEAK;
335 } else if (&__gcov_flush != nullptr) { in FailWithoutStackTrace()
336 __gcov_flush(); in FailWithoutStackTrace()
/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()