Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp82 using TypeDescriptorMapType = AddrHashMap<TypeDescription, 11>; typedef
84 TypeDescriptorMapType TypeDescriptorAddressMap{};
455 TypeDescriptorMapType::Handle h(&TypeDescriptorAddressMap, (uptr)event_type); in __xray_register_event_type()