Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp45 typedef SmallVector<const void *, 64> MethodAddressVector; typedef in __anon93274c5d0111::IntelJITEventListener
46 typedef DenseMap<const void *, MethodAddressVector> ObjectMap;
108 MethodAddressVector Functions; in NotifyObjectEmitted()
192 MethodAddressVector& Functions = OI->second; in NotifyFreeingObject()
195 for (MethodAddressVector::iterator FI = Functions.begin(), in NotifyFreeingObject()