Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp162 using ProfileRecordArray = Array<ProfileRecord>; typedef
167 populateRecords(ProfileRecordArray &PRs, ProfileRecord::PathAllocator &PA, in populateRecords()
198 const ProfileRecordArray &ProfileRecords) in serializeRecords()
265 using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType; in serialize()
270 ProfileRecordArray ProfileRecords(PRAlloc); in serialize()