Lines Matching defs:Conf
375 llvm::lto::Config Conf;
376 Conf.OptLevel = OptLevel;
377 Conf.Options = TMBuilder.Options;
378 Conf.CPU = TMBuilder.MCpu;
379 Conf.MAttrs.push_back(TMBuilder.MAttr);
380 Conf.RelocModel = TMBuilder.RelocModel;
381 Conf.CGOptLevel = TMBuilder.CGOptLevel;
382 Conf.Freestanding = Freestanding;
384 computeLTOCacheKey(Conf, Index, ModuleID, ImportList, ExportList,
529 // TODO Conf.VisibilityScheme can be lto::Config::ELF for ELF.
530 lto::Config Conf;
531 thinLTOResolvePrevailingInIndex(Conf, Index, isPrevailing, recordNewLinkage,