Lines Matching defs:MAB
170 std::unique_ptr<MCAsmBackend> MAB(
174 Context, std::move(FOut), InstPrinter, std::move(MCE), std::move(MAB));
185 MCAsmBackend *MAB =
187 if (!MAB)
193 T, Context, std::unique_ptr<MCAsmBackend>(MAB),
194 DwoOut ? MAB->createDwoObjectWriter(Out, *DwoOut)
195 : MAB->createObjectWriter(Out),
262 MCAsmBackend *MAB =
264 if (!MCE || !MAB)
269 T, *Ctx, std::unique_ptr<MCAsmBackend>(MAB), MAB->createObjectWriter(Out),