Searched refs:setHasInstructions (Results 1 – 7 of 7) sorted by relevance
49 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()186 DF->setHasInstructions(STI); in EmitInstToData()
87 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()564 CEIF->setHasInstructions(STI); in EmitInstToData()590 DF->setHasInstructions(STI); in EmitInstToData()
66 DF->setHasInstructions(STI); in EmitInstToData()
465 DF->setHasInstructions(STI); in EmitInstToData()
329 Sec->setHasInstructions(true); in EmitInstructionImpl()
142 void setHasInstructions(bool Value) { HasInstructions = Value; }
178 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function