Searched refs:TOpts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 212 const clang::TargetOptions &TOpts, in EmitAssemblyHelper() argument 216 TargetOpts(TOpts), LangOpts(LOpts), TheModule(M), VFS(std::move(VFS)), in EmitAssemblyHelper() 1191 const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, in runThinLTOBackend() argument 1222 Conf.CPU = TOpts.CPU; in runThinLTOBackend() 1224 Conf.MAttrs = TOpts.Features; in runThinLTOBackend() 1231 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend() 1295 const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, in EmitBackendOutput() argument 1324 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput() 1340 EmitAssemblyHelper AsmHelper(Diags, HeaderOpts, CGOpts, TOpts, LOpts, M, VFS); in EmitBackendOutput()
|