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

References

projects/compiler-rt/lib/profile/InstrProfData.inc
  435 INSTR_PROF_VISIBILITY ValueProfRecord *
  437 INSTR_PROF_VISIBILITY ValueProfRecord *
  438 getValueProfRecordNext(ValueProfRecord *VPR);
  440 getValueProfRecordValueData(ValueProfRecord *VPR);
  490 InstrProfValueData *getValueProfRecordValueData(ValueProfRecord *This) {
  499 uint32_t getValueProfRecordNumValueData(ValueProfRecord *This) {
  511 ValueProfRecord *getValueProfRecordNext(ValueProfRecord *This) {
  511 ValueProfRecord *getValueProfRecordNext(ValueProfRecord *This) {
  522 ValueProfRecord *getFirstValueProfRecord(ValueProfData *This) {
  553 serializeValueProfRecordFrom(ValueProfRecord *This,
  589   ValueProfRecord *VR = getFirstValueProfRecord(VPD);
projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
   28   ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData);
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
  162     ValueProfRecord RecordHeader;