Searched refs:BufferSz (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 48 void *File, uint8_t *Buffer, uint32_t BufferSz) { in llvmInitBufferIO() argument 52 BufferIO->BufferSz = BufferSz; in llvmInitBufferIO() 79 if (Size + BufferIO->CurOffset > BufferIO->BufferSz) { in lprofBufferIOWrite() 85 if (Size > BufferIO->BufferSz) { in lprofBufferIOWrite()
|
D | InstrProfilingInternal.h | 65 uint32_t BufferSz; member 71 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
|
D | InstrProfilingFile.c | 102 lprofCreateBufferIOInternal(void *File, uint32_t BufferSz) { in lprofCreateBufferIOInternal() argument 104 DynamicBufferIOBuffer = (uint8_t *)calloc(BufferSz, 1); in lprofCreateBufferIOInternal() 105 VPBufferSize = BufferSz; in lprofCreateBufferIOInternal()
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 56 uint8_t *Buffer, uint32_t BufferSz) { in llvmInitBufferIO() argument 60 BufferIO->BufferSz = BufferSz; in llvmInitBufferIO() 89 if (Size + BufferIO->CurOffset > BufferIO->BufferSz) { in lprofBufferIOWrite() 95 if (Size > BufferIO->BufferSz) { in lprofBufferIOWrite()
|
D | InstrProfilingInternal.h | 76 uint32_t BufferSz; member 82 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
|
D | InstrProfilingFile.c | 166 lprofCreateBufferIOInternal(void *File, uint32_t BufferSz) { in lprofCreateBufferIOInternal() argument 168 DynamicBufferIOBuffer = (uint8_t *)calloc(BufferSz, 1); in lprofCreateBufferIOInternal() 169 VPBufferSize = BufferSz; in lprofCreateBufferIOInternal()
|
/external/llvm-project/compiler-rt/test/profile/ |
D | instrprof-bufferio.c | 14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
|
/external/compiler-rt/test/profile/ |
D | instrprof-bufferio.c | 14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
|