Home
last modified time | relevance | path

Searched refs:__llvm_profile_get_magic (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/profile/
HDInstrProfiling.c14 uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic() function
HDInstrProfiling.h102 uint64_t __llvm_profile_get_magic(void);
HDInstrProfilingBuffer.c82 Header[0] = __llvm_profile_get_magic(); in __llvm_profile_write_buffer_internal()
HDInstrProfilingFile.c39 Header[0] = __llvm_profile_get_magic(); in writeFile()