Searched refs:llvmWriteProfDataImpl (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 24 return llvmWriteProfDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in llvmWriteProfData() 29 COMPILER_RT_VISIBILITY int llvmWriteProfDataImpl( in llvmWriteProfDataImpl() function
|
D | InstrProfilingInternal.h | 55 int llvmWriteProfDataImpl(WriterCallback Writer, void *WriterCtx,
|
D | InstrProfilingBuffer.c | 66 return llvmWriteProfDataImpl(bufferWriter, Buffer, DataBegin, DataEnd, in __llvm_profile_write_buffer_internal()
|