Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/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()
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DVTableBuilder.cpp877 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon362d130e0111::ItaniumVTableBuilder
878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2121 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2489 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon362d130e0611::VFTableBuilder
2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3238 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp613 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()