llvm-project/compiler-rt/lib/profile
Duncan P. N. Exon Smith ecf2256dfe PGO: Implement Darwin linker magic for instrumentation
Use Darwin linker magic to find bounds of instrumentation data sections
at link time instead of runtime.

<rdar://problem/15943240>

llvm-svn: 204302
2014-03-20 03:57:33 +00:00
..
CMakeLists.txt PGO: Implement Darwin linker magic for instrumentation 2014-03-20 03:57:33 +00:00
GCDAProfiling.c PGO: Fix obviously wrong typedefs for MS 2014-03-19 22:10:24 +00:00
InstrProfiling.c PGO: Split out initialization of section bounds 2014-03-20 03:23:10 +00:00
InstrProfiling.h PGO: Split out initialization of section bounds 2014-03-20 03:23:10 +00:00
InstrProfilingDarwin.c PGO: Implement Darwin linker magic for instrumentation 2014-03-20 03:57:33 +00:00
InstrProfilingDefault.c PGO: Split out initialization of section bounds 2014-03-20 03:23:10 +00:00
InstrProfilingExtras.c PGO: Splitting implementation files; no functionality change 2014-03-19 22:10:27 +00:00
Makefile.mk