Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp883 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon0cfdcd2c0111::ItaniumVTableBuilder
884 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2126 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2493 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon0cfdcd2c0611::VFTableBuilder
2494 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3240 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp609 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()