Home
last modified time | relevance | path

Searched refs:SubVTTIndices (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp147 SubVTTIndicesMapTy::iterator I = SubVTTIndices.find(ClassSubobjectPair); in getSubVTTIndex()
148 if (I != SubVTTIndices.end()) in getSubVTTIndex()
160 SubVTTIndices.insert(std::make_pair(ClassSubobjectPair, I->second)); in getSubVTTIndex()
163 I = SubVTTIndices.find(ClassSubobjectPair); in getSubVTTIndex()
164 assert(I != SubVTTIndices.end() && "Did not find index!"); in getSubVTTIndex()
H A DCGVTables.h44 SubVTTIndicesMapTy SubVTTIndices; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h95 llvm::DenseMap<BaseSubobject, uint64_t> SubVTTIndices; variable
152 return SubVTTIndices; in getSubVTTIndices()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp191 SubVTTIndices[Base] = VTTComponents.size(); in LayoutVTT()