Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
1413 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
2771 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2934 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
710 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()2057 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()2063 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1705 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
1232 if (CodeGenOpts.WholeProgramVTables) { in Release()
356 CODEGENOPT(WholeProgramVTables, 1, 0, Benign) ///< Whether to apply whole-program
7835 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local7838 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()7844 if (WholeProgramVTables) { in ConstructJob()7871 ((WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
4383 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,