Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance
322 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()
710 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()1794 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()1800 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
1661 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
656 if (CodeGenOpts.WholeProgramVTables) { in Release()
6685 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local6688 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()6694 if (WholeProgramVTables) { in ConstructJob()6709 (WholeProgramVTables || Sanitize.needsLTO()) && in ConstructJob()
2723 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,