Searched refs:WholeProgramVTables (Results 1 – 4 of 4) sorted by relevance
275 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
2617 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2763 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
5235 bool WholeProgramVTables = in ConstructJob() local5238 if (WholeProgramVTables) { in ConstructJob()5246 bool RequiresSplitLTOUnit = WholeProgramVTables || Sanitize.needsLTO(); in ConstructJob()5253 << (WholeProgramVTables ? "-fwhole-program-vtables" : "-fsanitize=cfi"); in ConstructJob()
710 Opts.WholeProgramVTables = Args.hasArg(OPT_fwhole_program_vtables); in ParseCodeGenArgs()