Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfiling.c36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { in __llvm_profile_get_version() function
DInstrProfiling.h155 uint64_t __llvm_profile_get_version(void);
DInstrProfilingFile.c481 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) { in __llvm_profile_write_file()
485 (int)GET_VERSION(__llvm_profile_get_version())); in __llvm_profile_write_file()
DInstrProfilingMerge.c55 Header->Version != __llvm_profile_get_version() || in __llvm_profile_check_compatibility()
DInstrProfData.inc132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())