Searched refs:LayoutOrder (Results 1 – 3 of 3) sorted by relevance
38 unsigned LayoutOrder = 0; variable88 unsigned getLayoutOrder() const { return LayoutOrder; } in getLayoutOrder()89 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder()
253 unsigned LayoutOrder = 0; variable284 unsigned getLayoutOrder() const { return LayoutOrder; } in getLayoutOrder()285 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder()
35 return cast<MCSectionMachO>(Parent)->getAtom(LayoutOrder); in getAtom()