Searched refs:__llvm_write_binary_ids (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c81 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformDarwin.c80 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformLinux.c158 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
210 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformOther.c109 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingInternal.h201 int __llvm_write_binary_ids(ProfDataWriter *Writer);
H A DInstrProfilingPlatformFuchsia.c123 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize;
H A DInstrProfilingBuffer.c169 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) +
H A DInstrProfilingPlatformAIX.c101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingWriter.c314 if (__llvm_write_binary_ids(Writer) == -1)
H A DInstrProfilingFile.c251 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize;

Completed in 131 milliseconds