reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/InstrProfiling.h
  262 extern char INSTR_PROF_PROFILE_NAME_VAR[1]; /* __llvm_profile_filename. */
projects/compiler-rt/lib/profile/InstrProfilingFile.c
  624   int hasCommandLineOverrider = (INSTR_PROF_PROFILE_NAME_VAR[0] != 0);
  633     SelectedPat = INSTR_PROF_PROFILE_NAME_VAR;
projects/compiler-rt/lib/profile/InstrProfilingNameVar.c
   17 COMPILER_RT_WEAK char INSTR_PROF_PROFILE_NAME_VAR[1] = {0};