Searched refs:setHasInstructions (Results 1 – 9 of 9) sorted by relevance
31 DF->setHasInstructions(STI); in emitInstToData()
51 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()214 DF->setHasInstructions(STI); in emitInstToData()
133 DF->setHasInstructions(STI); in emitInstToData()
87 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()606 CEIF->setHasInstructions(STI); in emitInstToData()633 DF->setHasInstructions(STI); in emitInstToData()
64 DF->setHasInstructions(STI); in emitInstToData()
497 DF->setHasInstructions(STI); in emitInstToData()
430 Sec->setHasInstructions(true); in emitInstructionImpl()
167 void setHasInstructions(bool Value) { HasInstructions = Value; }
176 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function