Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c171 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
198 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformWindows.c69 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformDarwin.c72 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformOther.c101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingInternal.h200 int __llvm_write_binary_ids(ProfDataWriter *Writer);
H A DInstrProfilingBuffer.c119 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingPlatformFuchsia.c123 __llvm_write_binary_ids(NULL) + in __llvm_profile_initialize()
H A DInstrProfilingWriter.c292 if (__llvm_write_binary_ids(Writer) == -1) in lprofWriteDataImpl()
H A DInstrProfilingFile.c661 __llvm_write_binary_ids(NULL) + in initializeProfileForContinuousMode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc132 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc132 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))