Home
last modified time | relevance | path

Searched refs:ThunkInfoVectorTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DVTableBuilder.h297 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
316 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
544 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/external/clang/lib/AST/
DVTableBuilder.cpp869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon5d32d09d0111::ItaniumVTableBuilder
870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2115 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2462 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon5d32d09d0511::VFTableBuilder
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3214 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/external/clang/lib/CodeGen/
DCGVTables.cpp516 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()