Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def367 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp1348 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
H A DCGClass.cpp2738 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2891 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
H A DItaniumCXXABI.cpp658 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()
1750 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()
1756 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
H A DMicrosoftCXXABI.cpp1673 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
H A DCodeGenModule.cpp748 if (CodeGenOpts.WholeProgramVTables) { in Release()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp7255 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local
7258 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()
7264 if (WholeProgramVTables) { in ConstructJob()
7279 (WholeProgramVTables || SanitizeArgs.needsLTO()) && in ConstructJob()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3075 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,