Searched refs:HasInstructions (Results 1 – 2 of 2) sorted by relevance
212 bool HasInstructions; variable224 HasInstructions(false), AlignToBundleEnd(false) in MCEncodedFragmentWithFixups()239 virtual bool hasInstructions() const { return HasInstructions; } in hasInstructions()240 virtual void setHasInstructions(bool V) { HasInstructions = V; } in setHasInstructions()599 unsigned HasInstructions : 1; variable613 bool hasInstructions() const { return HasInstructions; } in hasInstructions()614 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions()
241 HasInstructions(false) in MCSectionData()