Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c214 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) { in __llvm_profile_write_file()
218 (int)GET_VERSION(__llvm_profile_get_version())); in __llvm_profile_write_file()
H A DInstrProfiling.h132 uint64_t __llvm_profile_get_version(void);
H A DInstrProfiling.c36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { in __llvm_profile_get_version() function
H A DInstrProfData.inc98 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())