Home
last modified time | relevance | path

Searched refs:WholeProgramVTables (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def355 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp1314 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
H A DCGClass.cpp2697 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2850 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
H A DItaniumCXXABI.cpp670 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()
1761 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()
1767 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
H A DMicrosoftCXXABI.cpp1668 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
H A DCodeGenModule.cpp744 if (CodeGenOpts.WholeProgramVTables) { in Release()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp7101 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local
7104 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()
7110 if (WholeProgramVTables) { in ConstructJob()
7125 (WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2984 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,