Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfiling.c23 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic() function
DInstrProfiling.h152 uint64_t __llvm_profile_get_magic(void);
DInstrProfilingMerge.c54 if (Header->Magic != __llvm_profile_get_magic() || in __llvm_profile_check_compatibility()
DInstrProfData.inc131 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc131 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())