Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
317 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
1312 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
2672 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()2820 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
704 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()1782 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()1788 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1661 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
640 if (CodeGenOpts.WholeProgramVTables) { in Release()
6634 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local6637 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()6643 if (WholeProgramVTables) { in ConstructJob()6652 (WholeProgramVTables || Sanitize.needsLTO()) && in ConstructJob()
2690 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,