Searched refs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance
318 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef321 ThunksMapTy Thunks;336 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
869 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6d6223050111::ItaniumVTableBuilder873 ThunksMapTy Thunks;1010 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()1014 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()2443 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6d6223050511::VFTableBuilder2447 ThunksMapTy Thunks;2546 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()2548 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()