Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
355 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
1314 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
2697 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2850 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
670 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()1761 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()1767 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1668 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
744 if (CodeGenOpts.WholeProgramVTables) { in Release()
7101 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local7104 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()7110 if (WholeProgramVTables) { in ConstructJob()7125 (WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
2984 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,