HomeSort by: relevance | last modified time | path
    Searched refs:VFTableLayouts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 561 VFTableLayoutMapTy VFTableLayouts;
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 3624 assert(VFTableLayouts.count(id) == 0);
3627 VFTableLayouts[id] = std::make_unique<VTableLayout>(
3774 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset");
3775 return *VFTableLayouts[id];

Completed in 17 milliseconds