Home
last modified time | relevance | path

Searched refs:llvmWriteProfData (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h52 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx,
DInstrProfilingWriter.c13 COMPILER_RT_VISIBILITY int llvmWriteProfData(WriterCallback Writer, in llvmWriteProfData() function
DInstrProfilingBuffer.c59 return llvmWriteProfData(bufferWriter, Buffer, 0, 0); in __llvm_profile_write_buffer()
DInstrProfilingFile.c37 int r = llvmWriteProfData(fileWriter, File, ValueDataBegin, ValueDataSize); in writeFile()