Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter() function
103 lprofBufferWriter(&BufferWriter, IO, 1); in lprofBufferIOWrite()
H A DInstrProfilingInternal.h113 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
H A DInstrProfilingBuffer.c233 BufferWriter->Write = lprofBufferWriter; in initBufferWriter()