Searched refs:setHasInstructions (Results 1 – 7 of 7) sorted by relevance
146 void setHasInstructions(bool Value) { HasInstructions = Value; }
227 void setHasInstructions(bool V) { HasInstructions = V; }
85 DF->setHasInstructions(true); in mergeFragment()547 DF->setHasInstructions(true); in EmitInstToData()
233 Sec->setHasInstructions(true); in EmitInstruction()
160 getCurrentSectionData()->setHasInstructions(true); in EmitInstruction()
373 getCurrentSectionData()->setHasInstructions(true); in EmitInstruction()
476 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions() function