Home
last modified time | relevance | path

Searched defs:BufferIO (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingWriter.c55 static void llvmInitBufferIO(ProfBufferIO *BufferIO, ProfDataWriter *FileWriter, in llvmInitBufferIO()
76 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) { in lprofDeleteBufferIO()
87 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) { in lprofBufferIOWrite()
110 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush()
126 static int writeOneValueProfData(ProfBufferIO *BufferIO, in writeOneValueProfData()
221 ProfBufferIO *BufferIO; in writeValueProfData() local
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c47 static void llvmInitBufferIO(ProfBufferIO *BufferIO, WriterCallback FileWriter, in llvmInitBufferIO()
68 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) { in lprofDeleteBufferIO()
77 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) { in lprofBufferIOWrite()
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush()
113 static int writeOneValueProfData(ProfBufferIO *BufferIO, in writeOneValueProfData()
208 ProfBufferIO *BufferIO; in writeValueProfData() local
/external/compiler-rt/test/profile/
Dinstrprof-bufferio.c27 ProfBufferIO *BufferIO; in main() local
/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-bufferio.c27 ProfBufferIO *BufferIO; in main() local