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

  /external/llvm/include/llvm/MC/
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-7.0/llvm/include/llvm/MC/
MCFragment.h 56 bool HasInstructions;
81 MCFragment(FragmentType Kind, bool HasInstructions,
110 bool hasInstructions() const { return HasInstructions; }
135 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
137 : MCFragment(FType, HasInstructions, Sec) {}
173 /// Guaranteed to be non-null if hasInstructions() == true
179 HasInstructions = true;
193 bool HasInstructions,
195 : MCEncodedFragment(FType, HasInstructions, Sec) {
    [all...]

Completed in 226 milliseconds