Home
last modified time | relevance | path

Searched refs:__llvm_write_binary_ids (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingPlatformLinux.c176 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
228 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
DInstrProfilingPlatformDarwin.c71 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
DInstrProfilingPlatformWindows.c69 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
DInstrProfilingPlatformOther.c105 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
DInstrProfilingInternal.h199 int __llvm_write_binary_ids(ProfDataWriter *Writer);
DInstrProfilingBuffer.c142 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + in __llvm_profile_get_size_for_buffer_internal()
DInstrProfilingPlatformFuchsia.c123 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in __llvm_profile_initialize()
DInstrProfilingWriter.c317 if (__llvm_write_binary_ids(Writer) == -1) in lprofWriteDataImpl()
DInstrProfilingFile.c214 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in mmapForContinuousMode()
/openbsd/src/gnu/llvm/compiler-rt/include/profile/
DInstrProfData.inc130 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfData.inc130 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))