Searched refs:HeaderOpts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1190 llvm::Module *M, const HeaderSearchOptions &HeaderOpts, in runThinLTOBackend() argument 1231 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend() 1294 DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderOpts, in EmitBackendOutput() argument 1323 runThinLTOBackend(Diags, CombinedIndex.get(), M, HeaderOpts, CGOpts, in EmitBackendOutput() 1340 EmitAssemblyHelper AsmHelper(Diags, HeaderOpts, CGOpts, TOpts, LOpts, M, VFS); in EmitBackendOutput()
|