Searched refs:INSTR_PROF_RAW_VERSION_VAR (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c21 COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR = INSTR_PROF_RAW_VERSION; variable
H A DInstrProfiling.h304 extern uint64_t INSTR_PROF_RAW_VERSION_VAR; /* __llvm_profile_raw_version */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1073 // Check if INSTR_PROF_RAW_VERSION_VAR is defined.
1076 M->getNamedGlobal(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR));
1135 // Create a COMDAT variable INSTR_PROF_RAW_VERSION_VAR to make the runtime
1138 const StringRef VarName(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR));

Completed in 64 milliseconds