Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp127 typedef SmallVector<const void *, 64> MethodAddressVector; typedef in __anon37b0802e0111::IntelJITEventListener
128 typedef DenseMap<const void *, MethodAddressVector> ObjectMap;
239 MethodAddressVector Functions; in notifyObjectLoaded()
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject()
365 for (MethodAddressVector::iterator FI = Functions.begin(), in notifyFreeingObject()