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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingVersionVar.c17 COMPILER_RT_VISIBILITY COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR = variable
H A DInstrProfiling.c49 return INSTR_PROF_RAW_VERSION_VAR;
H A DInstrProfiling.h297 extern uint64_t INSTR_PROF_RAW_VERSION_VAR; /* __llvm_profile_raw_version */
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1306 // Check if INSTR_PROF_RAW_VERSION_VAR is defined.
1309 M->getNamedGlobal(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp371 // Create a COMDAT variable INSTR_PROF_RAW_VERSION_VAR to make the runtime
374 const StringRef VarName(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR));

Completed in 72 milliseconds