Searched refs:LayoutOrder (Results 1 – 3 of 3) sorted by relevance
37 unsigned LayoutOrder = 0; variable87 unsigned getLayoutOrder() const { return LayoutOrder; } in getLayoutOrder()88 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder()
68 unsigned LayoutOrder = 0; variable98 unsigned getLayoutOrder() const { return LayoutOrder; } in getLayoutOrder()99 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder()
86 return cast<MCSectionMachO>(Parent)->getAtom(LayoutOrder); in getAtom()131 OS << "<MCFragment " << (const void *)this << " LayoutOrder:" << LayoutOrder in dump()