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

  /external/llvm/include/llvm/MC/
MCAssembler.h 87 /// LayoutOrder - The layout order of this fragment.
88 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
579 /// LayoutOrder - The index of this section in the layout order.
580 unsigned LayoutOrder;
623 unsigned getLayoutOrder() const { return LayoutOrder; }
624 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 216 LayoutOrder(~(0U))
    [all...]

Completed in 169 milliseconds