Lines Matching defs:Conf
381 llvm::lto::Config Conf;
382 Conf.OptLevel = OptLevel;
383 Conf.Options = TMBuilder.Options;
384 Conf.CPU = TMBuilder.MCpu;
385 Conf.MAttrs.push_back(TMBuilder.MAttr);
386 Conf.RelocModel = TMBuilder.RelocModel;
387 Conf.CGOptLevel = TMBuilder.CGOptLevel;
388 Conf.Freestanding = Freestanding;
390 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList,
534 // TODO Conf.VisibilityScheme can be lto::Config::ELF for ELF.
535 lto::Config Conf;
536 thinLTOResolvePrevailingInIndex(Conf, Index, isPrevailing, recordNewLinkage,