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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 62 /// LayoutOrder - The layout order of this fragment.
63 unsigned LayoutOrder;
108 unsigned getLayoutOrder() const { return LayoutOrder; }
109 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/llvm/include/llvm/MC/
MCSection.h 78 unsigned LayoutOrder;
131 unsigned getLayoutOrder() const { return LayoutOrder; }
132 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 60 /// LayoutOrder - The layout order of this fragment.
61 unsigned LayoutOrder;
107 unsigned getLayoutOrder() const { return LayoutOrder; }
108 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/swiftshader/third_party/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/
MCFragment.cpp 340 OS << "<MCFragment " << (void*) this << " LayoutOrder:" << LayoutOrder
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 853 OS << "<MCFragment " << (void*) this << " LayoutOrder:" << LayoutOrder

Completed in 330 milliseconds