llvm-project/compiler-rt/lib/profile
Ellis Hoag 9c35303981 [InstrProf][NFC] Fix warning by removing typecast
This fixes a warning about comparing mismatched types. Since `mmap()` already returns a `void *` use that as the pointer type for comparison.

Reviewed By: kyulee, zequanwu

Differential Revision: https://reviews.llvm.org/D120945
2022-03-04 10:48:25 -08:00
..
CMakeLists.txt [compiler-rt] Silence warnings when building with MSVC 2022-01-11 10:36:57 -05:00
GCDAProfiling.c [gcov] Silence warning: comparison of integers of different signs 2021-05-25 18:46:37 -04:00
InstrProfiling.c [InstrProf] Add single byte coverage mode 2022-01-27 17:38:55 -08:00
InstrProfiling.h [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingBuffer.c [InstrProf] Add single byte coverage mode 2022-01-27 17:38:55 -08:00
InstrProfilingFile.c [InstrProf][NFC] Fix warning by removing typecast 2022-03-04 10:48:25 -08:00
InstrProfilingInternal.c Revert "[profile] Add binary id into profiles" 2021-07-21 19:15:18 +00:00
InstrProfilingInternal.h [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingMerge.c [InstrProf] Add single byte coverage mode 2022-01-27 17:38:55 -08:00
InstrProfilingMergeFile.c Reland "[CMake] Support installation of InstrProfData.inc" 2019-11-22 14:09:46 -08:00
InstrProfilingNameVar.c
InstrProfilingPlatformDarwin.c [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingPlatformFuchsia.c [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingPlatformLinux.c [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingPlatformOther.c [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingPlatformWindows.c [InstrProf][NFC] Do not assume size of counter type 2022-01-14 11:29:11 -08:00
InstrProfilingPort.h [profile] Add __attribute__((used)) to zero size dummy sections 2021-02-17 19:22:25 -08:00
InstrProfilingRuntime.cpp [profile] Make atexit hook a no-op on Fuchsia 2020-03-24 18:47:38 -07:00
InstrProfilingUtil.c [VE] Disable incompatible compiler-rt tests 2021-11-12 08:40:03 +01:00
InstrProfilingUtil.h [Profile][NFC] Clean up initializeProfileForContinuousMode 2021-08-06 14:00:36 -07:00
InstrProfilingValue.c [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
InstrProfilingVersionVar.c [compiler-rt/profile] Reland mark __llvm_profile_raw_version as hidden 2021-11-16 11:37:00 -08:00
InstrProfilingWriter.c [InstrProf] Restore InstrProfData.inc to fix Fuchsia builds 2022-01-19 10:10:58 -08:00
WindowsMMap.c [profile] Decommit memory after counter relocation 2021-07-15 22:49:21 -07:00
WindowsMMap.h [profile] Decommit memory after counter relocation 2021-07-15 22:49:21 -07:00