Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def275 CODEGENOPT(WholeProgramVTables, 1, 0) ///< Whether to apply whole-program
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp2617 else if (CGM.getCodeGenOpts().WholeProgramVTables && in EmitTypeMetadataCodeForVCall()
2763 if (!CGM.getCodeGenOpts().WholeProgramVTables || in ShouldEmitVTableTypeCheckedLoad()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp5235 bool WholeProgramVTables = in ConstructJob() local
5238 if (WholeProgramVTables) { in ConstructJob()
5246 bool RequiresSplitLTOUnit = WholeProgramVTables || Sanitize.needsLTO(); in ConstructJob()
5253 << (WholeProgramVTables ? "-fwhole-program-vtables" : "-fsanitize=cfi"); in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp710 Opts.WholeProgramVTables = Args.hasArg(OPT_fwhole_program_vtables); in ParseCodeGenArgs()