OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfBufferIO
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingInternal.h
57
typedef struct
ProfBufferIO
{
68
}
ProfBufferIO
;
71
ProfBufferIO
*llvmCreateBufferIOInternal(void *File, uint32_t DefaultBufferSz);
75
ProfBufferIO
*llvmCreateBufferIO(WriterCallback FileWriter, void *File,
81
void llvmDeleteBufferIO(
ProfBufferIO
*BufferIO);
87
int llvmBufferIOWrite(
ProfBufferIO
*BufferIO, const uint8_t *Data,
93
int llvmBufferIOFlush(
ProfBufferIO
*BufferIO);
/src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-bufferio.c
13
typedef struct
ProfBufferIO
ProfBufferIO
;
14
ProfBufferIO
*llvmCreateBufferIOInternal(FILE *File, uint32_t DefaultBufferSz);
15
void llvmDeleteBufferIO(
ProfBufferIO
*BufferIO);
17
int llvmBufferIOWrite(
ProfBufferIO
*BufferIO, const char *Data, uint32_t Size);
18
int llvmBufferIOFlush(
ProfBufferIO
*BufferIO);
27
ProfBufferIO
*BufferIO;
Completed in 11 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025