HomeSort by: relevance | last modified time | path
    Searched defs:hasInstructions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 81 bool HasInstructions : 1;
151 bool hasInstructions() const { return HasInstructions; }
152 void setHasInstructions(bool Value) { HasInstructions = Value; }
MCFragment.h 78 bool HasInstructions;
80 MCFragment(FragmentType Kind, bool HasInstructions,
107 bool hasInstructions() const { return HasInstructions; }
132 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
134 : MCFragment(FType, HasInstructions, Sec) {}
172 /// Guaranteed to be non-null if hasInstructions() == true
178 HasInstructions = true;
192 bool HasInstructions,
194 : MCEncodedFragment(FType, HasInstructions, Sec) {
    [all...]

Completed in 37 milliseconds