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 113 virtual bool hasInstructions() const { return false; }
212 bool HasInstructions;
224 HasInstructions(false), AlignToBundleEnd(false)
239 virtual bool hasInstructions() const { return HasInstructions; }
240 virtual void setHasInstructions(bool V) { HasInstructions = V; }
274 virtual bool hasInstructions() const {
323 virtual bool hasInstructions() const { return true; }
597 /// HasInstructions - Whether this section has had instructions emitted into
599 unsigned HasInstructions : 1
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 241 HasInstructions(false)
518 if (Assembler.isBundlingEnabled() && F->hasInstructions()) {
554 assert(F.hasInstructions() &&
    [all...]

Completed in 569 milliseconds