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 481 /// HasInstructions - Whether this section has had instructions emitted into
483 unsigned HasInstructions : 1;
497 bool hasInstructions() const { return HasInstructions; }
498 void setHasInstructions(bool Value) { HasInstructions = Value; }
  /external/llvm/lib/MC/
MachObjectWriter.cpp 215 if (SD.hasInstructions())

Completed in 27 milliseconds