Lines Matching refs:ValueProfData
353 typedef struct ValueProfData {
384 * Return a pointer to \c ValueProfData instance ready to be streamed.
386 static std::unique_ptr<ValueProfData>
397 static Expected<std::unique_ptr<ValueProfData>>
420 } ValueProfData;
430 * format: ValueProfData. The abstraction allows compiler-rt's raw profiler
451 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
455 getFirstValueProfRecord(ValueProfData *VPD);
541 ValueProfRecord *getFirstValueProfRecord(ValueProfData *This) {
542 return (ValueProfRecord *)((char *)This + sizeof(ValueProfData));
554 uint32_t TotalSize = sizeof(ValueProfData);
596 INSTR_PROF_VISIBILITY ValueProfData *
598 ValueProfData *DstData) {
603 ValueProfData *VPD =