Searched refs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance
279 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef282 ThunksMapTy Thunks;297 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
874 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon71138c580111::ItaniumVTableBuilder878 ThunksMapTy Thunks;1011 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()1015 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()2132 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()2503 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon71138c580511::VFTableBuilder2507 ThunksMapTy Thunks;2604 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()2606 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()3245 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()