Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.h544 bool shouldOpportunisticallyEmitVTables();
DCGVTables.cpp1205 else if (shouldOpportunisticallyEmitVTables()) in EmitDeferredVTables()
DCodeGenModule.cpp2821 assert((OpportunisticVTables.empty() || shouldOpportunisticallyEmitVTables()) in EmitVTablesOpportunistically()
3584 bool CodeGenModule::shouldOpportunisticallyEmitVTables() { in shouldOpportunisticallyEmitVTables() function in CodeGenModule