HomeSort by relevance Sort by last modified time
    Searched refs:llvmWriteProfData (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingInternal.h 52 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx,
InstrProfilingBuffer.c 59 return llvmWriteProfData(bufferWriter, Buffer, 0, 0);
InstrProfilingWriter.c 13 COMPILER_RT_VISIBILITY int llvmWriteProfData(WriterCallback Writer,
InstrProfilingFile.c 37 int r = llvmWriteProfData(fileWriter, File, ValueDataBegin, ValueDataSize);

Completed in 636 milliseconds