HomeSort by relevance Sort by last modified time
    Searched defs:hasInstructions (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCSection.h 91 unsigned HasInstructions : 1;
145 bool hasInstructions() const { return HasInstructions; }
146 void setHasInstructions(bool Value) { HasInstructions = Value; }
MCFragment.h 52 bool HasInstructions;
82 MCFragment(FragmentType Kind, bool HasInstructions,
112 bool hasInstructions() const { return HasInstructions; }
147 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
149 : MCFragment(FType, HasInstructions, 0, Sec) {}
174 bool HasInstructions,
176 : MCEncodedFragment(FType, HasInstructions, Sec) {}
195 bool HasInstructions,
197 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 459 /// HasInstructions - Whether this section has had instructions emitted into
461 unsigned HasInstructions : 1;
475 bool hasInstructions() const { return HasInstructions; }
476 void setHasInstructions(bool Value) { HasInstructions = Value; }

Completed in 990 milliseconds