Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def349 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1404 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
H A DCGClass.cpp2766 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2917 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
H A DItaniumCXXABI.cpp704 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()
2043 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()
2049 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
H A DMicrosoftCXXABI.cpp1708 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
H A DCodeGenModule.cpp1123 if (CodeGenOpts.WholeProgramVTables) { in Release()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7782 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local
7785 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()
7791 if (WholeProgramVTables) { in ConstructJob()
7813 ((WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4144 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,