Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp50 for (const VTTVTable *i = Builder.getVTTVTables().begin(), in EmitVTTDefinition()
51 *e = Builder.getVTTVTables().end(); i != e; ++i) { in EmitVTTDefinition()
60 const VTTVTable &VTTVT = Builder.getVTTVTables()[i->VTableIndex]; in EmitVTTDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h146 const VTTVTablesVectorTy &getVTTVTables() const { in getVTTVTables() function