Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c38 __llvm_profile_get_magic(); in lprofGetLoadModuleSignature()
64 if (Header->Magic != __llvm_profile_get_magic() || in __llvm_profile_check_compatibility()
H A DInstrProfiling.c31 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic() function
H A DInstrProfiling.h244 uint64_t __llvm_profile_get_magic(void);
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dmalformed-not-space-for-another-header.test3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
H A Dmalformed-ptr-to-counter-array.test3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
H A Dbinary-ids-padding.test3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
H A Dmalformed-num-counters-zero.test3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())