Searched refs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance
276 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef279 ThunksMapTy Thunks;291 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
871 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anonf071dba20111::VTableBuilder875 ThunksMapTy Thunks;1010 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()1014 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()2158 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()2521 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anonf071dba20311::VFTableBuilder2525 ThunksMapTy Thunks;2619 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()2621 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()3020 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()