Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
349 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
1404 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
2766 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2917 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
704 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()2043 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()2049 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1708 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
1123 if (CodeGenOpts.WholeProgramVTables) { in Release()
7782 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local7785 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()7791 if (WholeProgramVTables) { in ConstructJob()7813 ((WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
4144 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,