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

  /external/llvm/include/llvm/MC/
MCSection.h 78 unsigned LayoutOrder;
131 unsigned getLayoutOrder() const { return LayoutOrder; }
132 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 60 /// LayoutOrder - The layout order of this fragment.
61 unsigned LayoutOrder;
107 unsigned getLayoutOrder() const { return LayoutOrder; }
108 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 79 /// LayoutOrder - The layout order of this fragment.
80 unsigned LayoutOrder;
100 unsigned getLayoutOrder() const { return LayoutOrder; }
101 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
448 /// LayoutOrder - The index of this section in the layout order.
449 unsigned LayoutOrder;
481 unsigned getLayoutOrder() const { return LayoutOrder; }
482 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }

Completed in 58 milliseconds