Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()