Searched refs:hasSubsectionsViaSymbols (Results 1 – 5 of 5) sorted by relevance
350 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
775 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) { in EmitFunctionBody()1974 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
389 if (MAI->hasSubsectionsViaSymbols()) in EmitThumbFunc()
500 } else if (_MAI.hasSubsectionsViaSymbols()) { in AsmParser()655 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) { in Run()
7882 bool isMachO = MAI->hasSubsectionsViaSymbols(); in parseDirectiveThumbFunc()