Searched refs:isBundleLocked (Results 1 – 3 of 3) sorted by relevance
113 if (CurSection && CurSection->isBundleLocked()) in ChangeSection()272 if (getCurrentSectionData()->isBundleLocked()) in EmitValueImpl()282 if (getCurrentSectionData()->isBundleLocked()) in EmitValueToAlignment()401 if (SD->isBundleLocked() && !SD->isBundleGroupBeforeFirstInst()) in EmitInstToData()405 else if (!SD->isBundleLocked() && Fixups.size() == 0) { in EmitInstToData()453 else if (SD->isBundleLocked()) in EmitBundleLock()467 else if (!SD->isBundleLocked()) in EmitBundleUnlock()
203 (Assembler.isBundlingEnabled() && SD->isBundleLocked())) { in EmitInstruction()
644 bool isBundleLocked() const { in isBundleLocked() function