Home
last modified time | relevance | path

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

/freebsd/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()
620 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp883 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon1858bcf60111::ItaniumVTableBuilder
884 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2191 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2586 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon1858bcf60711::VFTableBuilder
2587 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3333 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp497 const ItaniumVTableContext::ThunkInfoVectorTy *Thunks = in emitVTableSymbols()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp633 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()