Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h511 bool shouldOpportunisticallyEmitVTables();
DCGVTables.cpp1182 else if (shouldOpportunisticallyEmitVTables()) in EmitDeferredVTables()
DCodeGenModule.cpp2339 assert((OpportunisticVTables.empty() || shouldOpportunisticallyEmitVTables()) in EmitVTablesOpportunistically()
3009 bool CodeGenModule::shouldOpportunisticallyEmitVTables() { in shouldOpportunisticallyEmitVTables() function in CodeGenModule