Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp80 using TypeDescriptorMapType = AddrHashMap<TypeDescription, 11>; typedef
82 TypeDescriptorMapType TypeDescriptorAddressMap{};
452 TypeDescriptorMapType::Handle h(&TypeDescriptorAddressMap, (uptr)event_type); in __xray_register_event_type()