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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h297 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:clang::VTableContextBase
304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
316 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) {
544 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:__anon3702::ItaniumVTableBuilder
870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2115 ThunkInfoVectorTy ThunksVector = Thunks[MD];
2462 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:__anon3703::VFTableBuilder
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3214 ThunkInfoVectorTy ThunksVector = Thunks[MD];
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp516 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector =

Completed in 180 milliseconds