| /llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 51 const char *BitmapEnd = __llvm_profile_end_bitmap(); in __llvm_profile_get_size_for_buffer() local 60 DataBegin, DataEnd, CountersBegin, CountersEnd, BitmapBegin, BitmapEnd, in __llvm_profile_get_size_for_buffer() 196 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd, in __llvm_profile_get_size_for_buffer_internal() argument 205 __llvm_profile_get_num_bitmap_bytes(BitmapBegin, BitmapEnd); in __llvm_profile_get_size_for_buffer_internal() 246 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, in __llvm_profile_write_buffer_internal() argument 253 BitmapBegin, BitmapEnd, /*VPDataReader=*/0, NamesBegin, NamesEnd, in __llvm_profile_write_buffer_internal()
|
| H A D | InstrProfilingInternal.h | 25 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd, 41 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, 159 const char *BitmapBegin, const char *BitmapEnd,
|
| H A D | InstrProfilingPlatformWindows.c | 53 char COMPILER_RT_SECTION(".lprfb$Z") BitmapEnd; 87 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap()
|
| H A D | InstrProfilingPlatformDarwin.c | 37 extern char BitmapEnd __asm("section$end$__DATA$" INSTR_PROF_BITS_SECT_NAME); 77 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap()
|
| H A D | InstrProfilingWriter.c | 250 const char *BitmapEnd = __llvm_profile_end_bitmap(); in lprofWriteData() local 258 CountersEnd, BitmapBegin, BitmapEnd, VPDataReader, in lprofWriteData() 267 const char *BitmapBegin, const char *BitmapEnd, in lprofWriteDataImpl() argument 281 __llvm_profile_get_num_bitmap_bytes(BitmapBegin, BitmapEnd); in lprofWriteDataImpl()
|
| H A D | InstrProfilingFile.c | 114 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode() 122 __llvm_profile_get_num_bitmap_bytes(BitmapBegin, BitmapEnd); in mmapForContinuousMode() 254 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode() 259 __llvm_profile_get_num_bitmap_bytes(BitmapBegin, BitmapEnd); in mmapForContinuousMode() 298 lprofReleaseMemoryPagesToOS((uintptr_t)BitmapBegin, (uintptr_t)BitmapEnd); in fileWriter() 112 const char *BitmapEnd = __llvm_profile_end_bitmap(); mmapForContinuousMode() local 238 const char *BitmapEnd = __llvm_profile_end_bitmap(); mmapForContinuousMode() local
|
| /llvm-project/compiler-rt/test/profile/ |
| H A D | instrprof-write-buffer-internal.c | 33 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, 40 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd);
|
| /llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 695 BitmapEnd = BitmapStart + NumBitmapBytes; in readRawCounts() 805 if (BitmapOffset >= BitmapEnd - BitmapStart) in readValueProfilingData() 809 Twine(BitmapEnd - BitmapStart - 1)) in readValueProfilingData() 813 (BitmapEnd - (BitmapStart + BitmapOffset)) / sizeof(uint8_t); in readValueProfilingData()
|
| /llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 357 const char *BitmapEnd; in RawInstrProfReader() 334 const char *BitmapEnd; global() variable
|