Searched refs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef333 ThunksMapTy Thunks;348 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6f3b34010111::ItaniumVTableBuilder882 ThunksMapTy Thunks;1019 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()1023 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6f3b34010611::VFTableBuilder2494 ThunksMapTy Thunks;2593 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()2595 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()