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

/external/llvm/include/llvm/MC/
H A DMCAssembler.h208 bool HasInstructions; member in class:llvm::MCDataFragment
220 HasInstructions(false), AlignToBundleEnd(false)
237 bool hasInstructions() const override { return HasInstructions; }
238 virtual void setHasInstructions(bool V) { HasInstructions = V; }
607 /// HasInstructions - Whether this section has had instructions emitted into
609 unsigned HasInstructions : 1;
627 bool hasInstructions() const { return HasInstructions; }
628 void setHasInstructions(bool Value) { HasInstructions = Value; }
/external/llvm/lib/MC/
H A DMCAssembler.cpp295 HasInstructions(false)
1141 << " HasInstructions:" << hasInstructions()

Completed in 518 milliseconds