Lines Matching defs:AsmInfo
130 std::unique_ptr<const MCAsmInfo> AsmInfo,
142 MOFI(std::move(MOFI)), AsmInfo(std::move(AsmInfo)), MII(std::move(MII)),
216 std::unique_ptr<MCAsmInfo> AsmInfo(
218 if (!AsmInfo)
225 // override the default AsmInfo behavior to emit names the way we want.
226 AsmInfo->setAllowAtInName(true);
242 new MCContext(TheTriple, AsmInfo.get(), MRI.get(), STI.get()));
273 int AsmPrinterVariant = AsmInfo->getAssemblerDialect();
275 TheTarget->createMCInstPrinter(TheTriple, AsmPrinterVariant, *AsmInfo,
289 std::move(MOFI), std::move(AsmInfo), std::move(MII), std::move(STI),
1738 StringRef GlobalPrefix = AsmInfo->getPrivateGlobalPrefix();
2223 DataExtractor DE(Section->getContents(), AsmInfo->isLittleEndian(),
2224 AsmInfo->getCodePointerSize());
2238 DataExtractor DE(Section->getContents(), AsmInfo->isLittleEndian(),
2239 AsmInfo->getCodePointerSize());