HomeSort by: relevance | last modified time | path
    Searched refs:LayoutOrder (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 68 unsigned LayoutOrder;
137 unsigned getLayoutOrder() const { return LayoutOrder; }
138 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 66 unsigned LayoutOrder;
102 unsigned getLayoutOrder() const { return LayoutOrder; }
103 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 256 : Parent(Parent), Atom(nullptr), Offset(~UINT64_C(0)), LayoutOrder(0),
363 OS << "<MCFragment " << (const void *)this << " LayoutOrder:" << LayoutOrder

Completed in 19 milliseconds