llvm-project/compiler-rt/lib/profile
Reid Kleckner 5c10fa3f9a Silence MSVC warning about non-void prototypes
It thinks that these functions don't match the function pointer type
that they are passed with:

GCDAProfiling.c(578) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)'
GCDAProfiling.c(579) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)'
GCDAProfiling.c(580) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)'

llvm-svn: 260475
2016-02-11 00:22:43 +00:00
..
CMakeLists.txt profile: Do not pass -fPIC on Windows. 2016-01-08 02:03:25 +00:00
GCDAProfiling.c Silence MSVC warning about non-void prototypes 2016-02-11 00:22:43 +00:00
InstrProfData.inc [PGO] Update InstrProfData.inc to sync with llvm 2016-02-08 21:18:18 +00:00
InstrProfiling.c [PGO] Add runtime hook so that IR instrumentation can override version 2016-01-08 23:31:57 +00:00
InstrProfiling.h [PGO]: Do not update Data->Value field during profile write. 2015-12-29 07:13:59 +00:00
InstrProfilingBuffer.c [PGO] Move buffer write callback to a common file 2015-12-22 18:57:15 +00:00
InstrProfilingFile.c [profile] Support hostname expansion in LLVM_PROFILE_FILE 2016-01-29 23:52:11 +00:00
InstrProfilingInternal.h [PGO]: Refactor VP data writer 2015-12-29 23:54:41 +00:00
InstrProfilingPlatformDarwin.c [PGO] cleanup: unify prefix for portability macros 2015-12-16 03:29:15 +00:00
InstrProfilingPlatformLinux.c [PGO] cleanup: unify prefix for portability macros 2015-12-16 03:29:15 +00:00
InstrProfilingPlatformOther.c Fix windows build bot failure 2016-02-08 18:27:04 +00:00
InstrProfilingPort.h Fix build with VS2015 2016-01-30 07:14:31 +00:00
InstrProfilingRuntime.cc [PGO] cleanup: unify prefix for portability macros 2015-12-16 03:29:15 +00:00
InstrProfilingUtil.c [PGO] cleanup: unify prefix for portability macros 2015-12-16 03:29:15 +00:00
InstrProfilingUtil.h Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
InstrProfilingValue.c [PGO] Use new macro introduced/NFC 2016-01-08 06:03:19 +00:00
InstrProfilingWriter.c [PGO]: Refactor VP data writer 2015-12-29 23:54:41 +00:00
WindowsMMap.c [PGO] Enable building compiler-rt profile support library on Windows 2016-01-05 17:27:01 +00:00
WindowsMMap.h [PGO] Enable building compiler-rt profile support library on Windows 2016-01-05 17:27:01 +00:00