HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_get_version (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfiling.h 132 uint64_t __llvm_profile_get_version(void);
InstrProfiling.c 36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t
InstrProfilingFile.c 214 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
218 (int)GET_VERSION(__llvm_profile_get_version()));

Completed in 18 milliseconds