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/
H A 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
H A DInstrProfilingPlatformDarwin.c71 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 DInstrProfilingPlatformOther.c105 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingInternal.h199 int __llvm_write_binary_ids(ProfDataWriter *Writer);
H A DInstrProfilingBuffer.c142 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingPlatformFuchsia.c123 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in __llvm_profile_initialize()
H A DInstrProfilingWriter.c317 if (__llvm_write_binary_ids(Writer) == -1) in lprofWriteDataImpl()
H A DInstrProfilingFile.c214 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in mmapForContinuousMode()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc130 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc130 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))