Home
last modified time | relevance | path

Searched refs:BitmapEnd (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c51 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 DInstrProfilingInternal.h25 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 DInstrProfilingPlatformWindows.c53 char COMPILER_RT_SECTION(".lprfb$Z") BitmapEnd;
87 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap()
H A DInstrProfilingPlatformDarwin.c37 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 DInstrProfilingWriter.c250 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 DInstrProfilingFile.c114 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 Dinstrprof-write-buffer-internal.c33 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 DInstrProfReader.cpp695 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 DInstrProfReader.h357 const char *BitmapEnd; in RawInstrProfReader()
334 const char *BitmapEnd; global() variable