Searched refs:VPBufferSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c30 COMPILER_RT_VISIBILITY uint32_t VPBufferSize = 0; variable
64 uint32_t BufferSize = VPBufferSize;
79 VPBufferSize = 0;
H A DInstrProfilingInternal.h193 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
H A DInstrProfilingFile.c168 VPBufferSize = BufferSz;
181 VPBufferSize = atoi(BufferSzStr);
182 DynamicBufferIOBuffer = (uint8_t *)calloc(VPBufferSize, 1);

Completed in 166 milliseconds