Searched refs:ThunkInfoVectorTy (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 297 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/llvm-project/clang/include/clang/AST/ |
D | VTableBuilder.h | 322 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef 329 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; 341 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo() 592 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
|
/external/llvm-project/clang/lib/AST/ |
D | VTableBuilder.cpp | 877 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anond37903e60111::ItaniumVTableBuilder 878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; 2121 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout() 2489 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anond37903e60611::VFTableBuilder 2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; 3238 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon71138c580111::ItaniumVTableBuilder 870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; 2115 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout() 2462 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon71138c580511::VFTableBuilder 2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; 3215 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 513 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 612 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()
|