Searched refs:setHasInstructions (Results 1 – 9 of 9) sorted by relevance
30 DF->setHasInstructions(STI); in emitInstToData()
51 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()213 DF->setHasInstructions(STI); in emitInstToData()
158 DF->setHasInstructions(STI); in emitInstToData()
87 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()602 CEIF->setHasInstructions(STI); in emitInstToData()629 DF->setHasInstructions(STI); in emitInstToData()
63 DF->setHasInstructions(STI); in emitInstToData()
496 DF->setHasInstructions(STI); in emitInstToData()
438 Sec->setHasInstructions(true); in emitInstructionImpl()
167 void setHasInstructions(bool Value) { HasInstructions = Value; }
177 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function