Searched refs:MethodIDMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp41 typedef DenseMap<void*, unsigned int> MethodIDMap; typedef in class:__anon2357::IntelJITEventListener
44 MethodIDMap MethodIDs;
183 MethodIDMap::iterator I = MethodIDs.find(FnStart);
276 MethodIDMap::iterator MI = MethodIDs.find(FnStart);

Completed in 53 milliseconds