Lines Matching refs:MAI

101     TM(tm), MAI(tm.getMCAsmInfo()),
173 if (MAI->hasSingleParameterDotFile()) {
194 if (MAI->doesSupportDebugInformation())
197 switch (MAI->getExceptionHandlingType()) {
227 if (MAI->getWeakDefDirective() != 0) {
237 } else if (MAI->getLinkOnceDirective() != 0) {
285 if (MAI->hasDotTypeDotSizeDirective())
314 if (MAI->hasMachoZeroFillDirective()) {
322 if (MAI->getLCOMMDirectiveType() != LCOMM::None &&
323 (MAI->getLCOMMDirectiveType() != LCOMM::NoAlignment || Align == 1)) {
344 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
364 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
414 if (MAI->hasDotTypeDotSizeDirective())
436 if (MAI->hasDotTypeDotSizeDirective())
460 if (MAI->getLinkOnceDirective() != 0 &&
565 OS << '\t' << AP.MAI->getCommentString() << "DEBUG_VALUE: ";
611 if (MAI->getExceptionHandlingType() == ExceptionHandling::DwarfCFI &&
622 return MAI->getExceptionHandlingType() == ExceptionHandling::Win64 &&
627 return MAI->doesDwarfUseRelocationsForStringPool();
633 if (MAI->getExceptionHandlingType() != ExceptionHandling::DwarfCFI)
743 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) {
770 if (MAI->hasDotTypeDotSizeDirective()) {
902 if (MAI->getWeakRefDirective()) {
921 if (MAI->hasSetDirective()) {
930 if (I->hasExternalLinkage() || !MAI->getWeakRefDirective())
955 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext))
1124 MAI->hasSetDirective()) {
1144 if (JTInDiffSection && MAI->getLinkerPrivateGlobalPrefix()[0])
1205 if (MAI->hasSetDirective()) {
1231 if (MAI->hasNoDeadStrip()) // No need to emit this at all.
1249 MAI->hasStaticCtorDtorReferenceInStaticMode()) {
1261 MAI->hasStaticCtorDtorReferenceInStaticMode()) {
1272 /// EmitLLVMUsedList - For targets that define a MAI::UsedDirective, mark each
1371 if (!MAI->hasSetDirective()) {
1402 if (!MAI->hasSetDirective())
1939 else if (MAI->hasSubsectionsViaSymbols()) {
1965 return OutContext.GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
1972 return OutContext.GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix())+
1988 (Twine(MAI->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
2001 (Twine(MAI->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
2127 OutStreamer.EmitRawText(Twine(MAI->getCommentString()) + " BB#" +
2143 Attr = MAI->getHiddenVisibilityAttr();
2145 Attr = MAI->getHiddenDeclarationVisibilityAttr();
2148 Attr = MAI->getProtectedVisibilityAttr();