Lines Matching defs:MCOptions
437 MCTargetOptions MCOptions;
438 MCOptions.MCRelaxAll = Opts.RelaxAll;
439 MCOptions.EmitDwarfUnwind = Opts.EmitDwarfUnwind;
440 MCOptions.EmitCompactUnwindNonCanonical = Opts.EmitCompactUnwindNonCanonical;
441 MCOptions.MCSaveTempLabels = Opts.SaveTemporaryLabels;
442 MCOptions.Crel = Opts.Crel;
443 MCOptions.X86RelaxRelocations = Opts.RelaxELFRelocations;
444 MCOptions.X86Sse2Avx = Opts.SSE2AVX;
445 MCOptions.CompressDebugSections = Opts.CompressDebugSections;
446 MCOptions.AsSecureLogFile = Opts.AsSecureLogFile;
449 TheTarget->createMCAsmInfo(*MRI, Opts.Triple, MCOptions));
475 &MCOptions);
531 MCOptions.MCNoWarn = Opts.NoWarn;
532 MCOptions.MCFatalWarnings = Opts.FatalWarnings;
533 MCOptions.MCNoTypeCheck = Opts.NoTypeCheck;
534 MCOptions.ShowMCInst = Opts.ShowInst;
535 MCOptions.AsmVerbose = true;
536 MCOptions.MCUseDwarfDirectory = MCTargetOptions::EnableDwarfDirectory;
537 MCOptions.ABIName = Opts.TargetABI;
548 TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions));
566 TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions));
595 TheTarget->createMCAsmParser(*STI, *Parser, *MCII, MCOptions));