Searched refs:lprofBufferWriter (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 49 return lprofWriteData(lprofBufferWriter, Buffer, 0); in __llvm_profile_write_buffer() 56 return lprofWriteDataImpl(lprofBufferWriter, Buffer, DataBegin, DataEnd, in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingWriter.c | 34 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, in lprofBufferWriter() function 91 lprofBufferWriter(IO, 1, (void **)&Buffer); in lprofBufferIOWrite()
|
D | InstrProfilingInternal.h | 99 uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
|