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.cpp146 SubVTTIndicesMapTy::iterator I = SubVTTIndices.find(ClassSubobjectPair); in getSubVTTIndex()
147 if (I != SubVTTIndices.end()) in getSubVTTIndex()
159 SubVTTIndices.insert(std::make_pair(ClassSubobjectPair, I->second)); in getSubVTTIndex()
162 I = SubVTTIndices.find(ClassSubobjectPair); in getSubVTTIndex()
163 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.cpp192 SubVTTIndices[Base] = VTTComponents.size(); in LayoutVTT()