Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingBuffer.c42 return llvmWriteProfData(llvmBufferWriter, Buffer, 0, 0); in __llvm_profile_write_buffer()
H A DInstrProfilingInternal.h101 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx,
H A DInstrProfilingFile.c50 return llvmWriteProfData(fileWriter, File, ValueDataArray, ValueDataSize); in writeFile()
H A DInstrProfilingWriter.c94 COMPILER_RT_VISIBILITY int llvmWriteProfData(WriterCallback Writer, in llvmWriteProfData() function