Home
last modified time | relevance | path

Searched refs:OpportunisticVTables (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1281 OpportunisticVTables.push_back(RD); in EmitDeferredVTables()
H A DCodeGenModule.h459 std::vector<const CXXRecordDecl *> OpportunisticVTables; variable
H A DCodeGenModule.cpp3505 assert((OpportunisticVTables.empty() || shouldOpportunisticallyEmitVTables()) in EmitVTablesOpportunistically()
3508 for (const CXXRecordDecl *RD : OpportunisticVTables) { in EmitVTablesOpportunistically()
3514 OpportunisticVTables.clear(); in EmitVTablesOpportunistically()