Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp877 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon6f3b34010111::ItaniumVTableBuilder
878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2121 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2489 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anon6f3b34010611::VFTableBuilder
2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3238 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp613 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()