Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h110 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
H A DInstrProfilingBuffer.c149 BufferWriter->Write = lprofBufferWriter; in initBufferWriter()