HomeSort by relevance Sort by last modified time
    Searched refs:__llvm_profile_get_version (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfiling.c 36 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { function
InstrProfiling.h 155 uint64_t __llvm_profile_get_version(void);
InstrProfilingMerge.c 55 Header->Version != __llvm_profile_get_version() ||
InstrProfilingFile.c 481 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
485 (int)GET_VERSION(__llvm_profile_get_version()));
InstrProfData.inc 132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfData.inc 132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())

Completed in 154 milliseconds