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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h513 VFTableLayoutMapTy VFTableLayouts; member in class:clang::MicrosoftVTableContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3393 llvm::DeleteContainerSeconds(VFTableLayouts);
3590 assert(VFTableLayouts.count(id) == 0);
3593 VFTableLayouts[id] = new VTableLayout(
3736 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset");
3737 return *VFTableLayouts[id];

Completed in 118 milliseconds