Home
last modified time | relevance | path

Searched refs:TOpts (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DBackendUtil.cpp189 const clang::TargetOptions &TOpts, in EmitAssemblyHelper() argument
192 TargetOpts(TOpts), LangOpts(LOpts), TheModule(M), in EmitAssemblyHelper()
1118 const clang::TargetOptions &TOpts, const LangOptions &LOpts, in runThinLTOBackend() argument
1148 Conf.CPU = TOpts.CPU; in runThinLTOBackend()
1150 Conf.MAttrs = TOpts.Features; in runThinLTOBackend()
1157 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1221 const clang::TargetOptions &TOpts, in EmitBackendOutput() argument
1251 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
1267 EmitAssemblyHelper AsmHelper(Diags, HeaderOpts, CGOpts, TOpts, LOpts, M); in EmitBackendOutput()
/openbsd/src/gnu/llvm/clang/include/clang/CodeGen/
DBackendUtil.h41 const TargetOptions &TOpts, const LangOptions &LOpts,