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 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; }
  /external/llvm/lib/MC/
MCAssembler.cpp 853 OS << "<MCFragment " << (void*) this << " LayoutOrder:" << LayoutOrder

Completed in 90 milliseconds