Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.def197 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/external/clang/lib/CodeGen/
DCGClass.cpp2615 if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2773 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp495 Opts.WholeProgramVTables = Args.hasArg(OPT_fwhole_program_vtables); in ParseCodeGenArgs()
/external/clang/lib/Driver/
DTools.cpp6003 bool WholeProgramVTables = in ConstructJob() local
6006 if (WholeProgramVTables) { in ConstructJob()