Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDVTableBuilder.h310 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
317 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
329 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo()
557 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDVTableBuilder.cpp869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anond60b638d0111::ItaniumVTableBuilder
870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2107 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2442 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anond60b638d0511::VFTableBuilder
2443 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3190 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTables.cpp610 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()