darling-compiler-rt/lib/profile
Xinliang David Li 73404b7fcd [PGO] Eliminate prof data register calls on FreeBSD platform
This is a follow up patch of r250199 after verifying the start/stop
section symbols work as spected on FreeBSD.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@250680 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-19 04:17:19 +00:00
..
CMakeLists.txt [PGO]: Eliminate calls to __llvm_profile_register_function for Linux. 2015-10-13 18:40:00 +00:00
GCDAProfiling.c Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
InstrProfiling.c profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
InstrProfiling.h Use struct type instead of raw array for raw profile header (NFC) 2015-10-16 22:21:56 +00:00
InstrProfilingBuffer.c Use struct type instead of raw array for raw profile header (NFC) 2015-10-16 22:21:56 +00:00
InstrProfilingFile.c Use struct type instead of raw array for raw profile header (NFC) 2015-10-16 22:21:56 +00:00
InstrProfilingInternal.h profile: Add low level versions of profile buffer functions 2014-12-09 22:07:25 +00:00
InstrProfilingPlatformDarwin.c profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
InstrProfilingPlatformLinux.c [PGO] Eliminate prof data register calls on FreeBSD platform 2015-10-19 04:17:19 +00:00
InstrProfilingPlatformOther.c [PGO] Eliminate prof data register calls on FreeBSD platform 2015-10-19 04:17:19 +00:00
InstrProfilingRuntime.cc InstrProf: Support profiling dlopen'd shared libraries 2014-05-17 01:27:30 +00:00
InstrProfilingUtil.c Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
InstrProfilingUtil.h Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
Makefile.mk PGO: Add explicit static initialization 2014-03-20 19:23:53 +00:00