Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.h41 typedef std::pair<const CXXRecordDecl *, BaseSubobject> BaseSubobjectPairTy; typedef
42 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t> SubVTTIndiciesMapTy;
47 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t>
H A DCGVTT.cpp132 BaseSubobjectPairTy ClassSubobjectPair(RD, Base); in getSubVTTIndex()
144 BaseSubobjectPairTy ClassSubobjectPair(RD, I->first); in getSubVTTIndex()