Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def317 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp1312 getCodeGenOpts().WholeProgramVTables) { in EmitVTableTypeMetadata()
H A DCGClass.cpp2672 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2820 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
H A DItaniumCXXABI.cpp704 CGM.getCodeGenOpts().WholeProgramVTables && in EmitLoadOfMemberFunctionPointer()
1782 CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableDefinitions()
1788 assert(CGM.getCodeGenOpts().WholeProgramVTables); in emitVTableDefinitions()
H A DMicrosoftCXXABI.cpp1661 if (CGM.getCodeGenOpts().WholeProgramVTables) { in emitVTableTypeMetadata()
H A DCodeGenModule.cpp640 if (CodeGenOpts.WholeProgramVTables) { in Release()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6634 bool WholeProgramVTables = Args.hasFlag( in ConstructJob() local
6637 if (VirtualFunctionElimination && !WholeProgramVTables) { in ConstructJob()
6643 if (WholeProgramVTables) { in ConstructJob()
6652 (WholeProgramVTables || Sanitize.needsLTO()) && in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2690 CodeGenOpts<"WholeProgramVTables">, DefaultFalse,