Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingWriter.c38 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, in lprofBufferWriter() function
103 lprofBufferWriter(&BufferWriter, IO, 1); in lprofBufferIOWrite()
DInstrProfilingInternal.h110 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
DInstrProfilingBuffer.c149 BufferWriter->Write = lprofBufferWriter; in initBufferWriter()