Searched refs:__llvm_profile_get_magic (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMerge.c | 38 __llvm_profile_get_magic(); in lprofGetLoadModuleSignature() 64 if (Header->Magic != __llvm_profile_get_magic() || in __llvm_profile_check_compatibility()
|
H A D | InstrProfiling.c | 31 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { in __llvm_profile_get_magic() function
|
H A D | InstrProfiling.h | 244 uint64_t __llvm_profile_get_magic(void);
|
/llvm-project/llvm/test/tools/llvm-profdata/ |
H A D | malformed-not-space-for-another-header.test | 3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|
H A D | malformed-ptr-to-counter-array.test | 3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|
H A D | binary-ids-padding.test | 3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|
H A D | malformed-num-counters-zero.test | 3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|
/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
|