Home
last modified time | relevance | path

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

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