Searched refs:SubVTTIndicies (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp133 SubVTTIndiciesMapTy::iterator I = SubVTTIndicies.find(ClassSubobjectPair);
134 if (I != SubVTTIndicies.end())
145 SubVTTIndicies.insert(std::make_pair(ClassSubobjectPair, I->second));
148 I = SubVTTIndicies.find(ClassSubobjectPair);
149 assert(I != SubVTTIndicies.end() && "Did not find index!");
H A DCGVTables.h43 /// SubVTTIndicies - Contains indices into the various sub-VTTs.
44 SubVTTIndiciesMapTy SubVTTIndicies; member in class:clang::CodeGen::CodeGenVTables
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h95 llvm::DenseMap<BaseSubobject, uint64_t> SubVTTIndicies;
152 return SubVTTIndicies;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp192 SubVTTIndicies[Base] = VTTComponents.size();

Completed in 182 milliseconds