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

References

include/llvm/ProfileData/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);
lib/ProfileData/InstrProf.cpp
  833   ValueProfRecord *VR = getFirstValueProfRecord(this);
  862   ValueProfRecord *VR = getFirstValueProfRecord(this);
  908   ValueProfRecord *VR = getFirstValueProfRecord(this);
  921   ValueProfRecord *VR = getFirstValueProfRecord(this);
  923     ValueProfRecord *NVR = getValueProfRecordNext(VR);