HomeSort by relevance Sort by last modified time
    Searched refs:HasInstructions (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCAssembler.h 109 virtual bool hasInstructions() const { return false; }
208 bool HasInstructions;
220 HasInstructions(false), AlignToBundleEnd(false)
237 bool hasInstructions() const override { return HasInstructions; }
238 virtual void setHasInstructions(bool V) { HasInstructions = V; }
272 bool hasInstructions() const override {
330 bool hasInstructions() const override { return true; }
607 /// HasInstructions - Whether this section has had instructions emitted into
609 unsigned HasInstructions : 1
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 295 HasInstructions(false)
609 if (Assembler.isBundlingEnabled() && F->hasInstructions()) {
645 assert(F.hasInstructions() &&
    [all...]

Completed in 63 milliseconds