Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h492 VFTableLayoutMapTy VFTableLayouts; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3446 llvm::DeleteContainerSeconds(VFTableLayouts); in ~MicrosoftVTableContext()
3644 assert(VFTableLayouts.count(id) == 0); in computeVTableRelatedInformation()
3647 VFTableLayouts[id] = new VTableLayout( in computeVTableRelatedInformation()
3794 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset"); in getVFTableLayout()
3795 return *VFTableLayouts[id]; in getVFTableLayout()