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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c71 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformWindows.c69 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformOther.c105 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingInternal.h199 int __llvm_write_binary_ids(ProfDataWriter *Writer);
H A DInstrProfilingPlatformLinux.c176 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
228 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { function
H A DInstrProfilingPlatformFuchsia.c123 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize;
H A DInstrProfilingBuffer.c142 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) +
H A DInstrProfilingWriter.c317 if (__llvm_write_binary_ids(Writer) == -1)
H A DInstrProfilingFile.c214 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize;

Completed in 138 milliseconds