Home | History | Annotate | Download | only in AST

Lines Matching refs:Thunks

834   /// (Used for computing 'this' pointer adjustment thunks.
867 /// VTableThunks - The thunks by vtable index in the vtable currently being
874 Thunks - A map that contains all the thunks needed for all methods in the
876 ThunksMapTy Thunks;
1004 return Thunks.size();
1008 return Thunks.begin();
1012 return Thunks.end();
1059 "Can't add thunks for construction vtable");
1061 SmallVector<ThunkInfo, 1> &ThunksVector = Thunks[MD];
2040 if (!Thunks.empty()) {
2044 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end();
2060 ThunkInfoVectorTy ThunksVector = Thunks[MD];
2063 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2370 // Add the known thunks.
2371 Thunks.insert(Builder.thunks_begin(), Builder.thunks_end());