llvm-project/compiler-rt/lib/profile
Bill Wendling e647659d58 Add a way to register and execute "writeout" functions.
It may be prohibitively expensive to write out >1000 files at the same time. So
we would rather emit them serially. These functions allow the GCOV
implementation to register the functions that writeout the GCOV information per
compile unit. At exit, they are written.
<rdar://problem/12439551>

llvm-svn: 177436
2013-03-19 21:01:19 +00:00
..
CMakeLists.txt Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seems to be incomplete. 2013-03-19 13:34:23 +00:00
GCDAProfiling.c Add a way to register and execute "writeout" functions. 2013-03-19 21:01:19 +00:00
Makefile.mk build: Add ModuleName per-subdir variable as a way to organize the different 2011-12-02 02:42:07 +00:00