Lines Matching defs:TheTarget
413 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
414 if (!TheTarget)
434 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
449 TheTarget->createMCAsmInfo(*MRI, Opts.Triple, MCOptions));
471 TheTarget->createMCSubtargetInfo(Opts.Triple, Opts.CPU, FS));
491 TheTarget->createMCObjectFileInfo(Ctx, PIC));
525 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
541 MCInstPrinter *IP = TheTarget->createMCInstPrinter(
546 CE.reset(TheTarget->createMCCodeEmitter(*MCII, Ctx));
548 TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions));
551 Str.reset(TheTarget->createAsmStreamer(Ctx, std::move(FOut), IP,
564 TheTarget->createMCCodeEmitter(*MCII, Ctx));
566 TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions));
574 Str.reset(TheTarget->createMCObjectStreamer(
595 TheTarget->createMCAsmParser(*STI, *Parser, *MCII, MCOptions));