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 DCodeGenModule.h413 std::vector<const CXXRecordDecl *> OpportunisticVTables; variable
H A DCGVTables.cpp1271 OpportunisticVTables.push_back(RD); in EmitDeferredVTables()
H A DCodeGenModule.cpp3253 assert((OpportunisticVTables.empty() || shouldOpportunisticallyEmitVTables()) in EmitVTablesOpportunistically()
3256 for (const CXXRecordDecl *RD : OpportunisticVTables) { in EmitVTablesOpportunistically()
3262 OpportunisticVTables.clear(); in EmitVTablesOpportunistically()