Lines Matching refs:ValueProfData
332 typedef struct ValueProfData {
363 * Return a pointer to \c ValueProfData instance ready to be streamed.
365 static std::unique_ptr<ValueProfData>
376 static Expected<std::unique_ptr<ValueProfData>>
399 } ValueProfData;
409 * format: ValueProfData. The abstraction allows compiler-rt's raw profiler
430 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
434 getFirstValueProfRecord(ValueProfData *VPD);
520 ValueProfRecord *getFirstValueProfRecord(ValueProfData *This) {
521 return (ValueProfRecord *)((char *)This + sizeof(ValueProfData));
533 uint32_t TotalSize = sizeof(ValueProfData);
575 INSTR_PROF_VISIBILITY ValueProfData *
577 ValueProfData *DstData) {
582 ValueProfData *VPD =