Home
last modified time | relevance | path

Searched refs:lprofCreateBufferIOInternal (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/profile/
Dinstrprof-bufferio.c14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
45 BufferIO = lprofCreateBufferIOInternal(File[J], IOBufferSize[J]); in main()
/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h71 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
DInstrProfilingFile.c102 lprofCreateBufferIOInternal(void *File, uint32_t BufferSz) { in lprofCreateBufferIOInternal() function