Home
last modified time | relevance | path

Searched refs:ProfileRecordArray (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp159 using ProfileRecordArray = Array<ProfileRecord>; typedef
164 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA, in populateRecords()
195 const ProfileRecordArray &ProfileRecords) in serializeRecords()
262 using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType; in serialize()
267 ProfileRecordArray ProfileRecords(PRAlloc); in serialize()