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

References

projects/compiler-rt/lib/profile/InstrProfilingValue.c
  288   if (Record->SiteCountArray[VK] == INSTR_PROF_NULLPTR)
  303     &RTRecord,          INSTR_PROF_NULLPTR, /* GetNumValueKinds */
  305     INSTR_PROF_NULLPTR, /* RemapValueData */
  306     INSTR_PROF_NULLPTR, /* GetValueForSite, */
  307     INSTR_PROF_NULLPTR  /* AllocValueProfData */
  324     RTRecord.NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR;
  329           Nodes ? RTRecord.NodesKind[I][J] : INSTR_PROF_NULLPTR;