Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profile_collector.cc150 using PathArray = Array<int32_t>; typedef
153 using PathAllocator = typename PathArray::AllocatorType;
157 PathArray Path;
181 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()