Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DVTableBuilder.h323 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
591 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DVTableBuilder.h323 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
591 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DVTableBuilder.h323 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
591 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DVTableBuilder.h323 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
591 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/aosp_15_r20/external/clang/lib/AST/
H A DVTableBuilder.cpp869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon965a958e0111::ItaniumVTableBuilder
870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2115 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2462 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon965a958e0511::VFTableBuilder
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3215 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGVTables.cpp513 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()