Home
last modified time | relevance | path

Searched refs:HasInstructions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAssembler.h212 bool HasInstructions; variable
224 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; variable
613 bool hasInstructions() const { return HasInstructions; } in hasInstructions()
614 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions()
/external/llvm/lib/MC/
DMCAssembler.cpp241 HasInstructions(false) in MCSectionData()