Searched refs:setHasInstructions (Results 1 – 8 of 8) sorted by relevance
48 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()178 DF->setHasInstructions(STI); in emitInstToData()
86 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()581 CEIF->setHasInstructions(STI); in emitInstToData()608 DF->setHasInstructions(STI); in emitInstToData()
115 DF->setHasInstructions(STI); in emitInstToData()
65 DF->setHasInstructions(STI); in emitInstToData()
472 DF->setHasInstructions(STI); in emitInstToData()
386 Sec->setHasInstructions(true); in emitInstructionImpl()
152 void setHasInstructions(bool Value) { HasInstructions = Value; }
177 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function