Home
last modified time | relevance | path

Searched refs:BaseSubobjectPairTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h40 typedef std::pair<const CXXRecordDecl *, BaseSubobject> BaseSubobjectPairTy; typedef
41 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t> SubVTTIndiciesMapTy;
46 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t>
H A DCGVTT.cpp130 BaseSubobjectPairTy ClassSubobjectPair(RD, Base); in getSubVTTIndex()
142 BaseSubobjectPairTy ClassSubobjectPair(RD, I->first); in getSubVTTIndex()