Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
367 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
1348 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
2738 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2891 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
658 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()1750 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()1756 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1673 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
748 if (CodeGenOpts.WholeProgramVTables) { in Release()
7255 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local7258 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()7264 if (WholeProgramVTables) { in ConstructJob()7279 (WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
3075 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,