HomeSort by relevance Sort by last modified time
    Searched defs:SectionKind (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
ELFYAML.h 88 enum class SectionKind {
95 SectionKind Kind;
103 Section(SectionKind Kind) : Kind(Kind) {}
109 RawContentSection() : Section(SectionKind::RawContent) {}
111 return S->Kind == SectionKind::RawContent;
117 NoBitsSection() : Section(SectionKind::NoBits) {}
119 return S->Kind == SectionKind::NoBits;
127 Group() : Section(SectionKind::Group) {}
129 return S->Kind == SectionKind::Group;
141 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
33 /// SectionKind are not mergeable.
166 static SectionKind get(Kind K) {
167 SectionKind Res;
173 static SectionKind getMetadata() { return get(Metadata); }
174 static SectionKind getText() { return get(Text); }
175 static SectionKind getReadOnly() { return get(ReadOnly); }
176 static SectionKind getMergeable1ByteCString()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 20 /// SectionKind - This is a simple POD value that classifies the properties of
28 class SectionKind {
38 /// SectionKind are not mergeable.
200 static SectionKind get(Kind K) {
201 SectionKind Res;
207 static SectionKind getMetadata() { return get(Metadata); }
208 static SectionKind getText() { return get(Text); }
209 static SectionKind getReadOnly() { return get(ReadOnly); }
210 static SectionKind getMergeable1ByteCString() {
213 static SectionKind getMergeable2ByteCString()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
ELFYAML.h 110 enum class SectionKind {
117 SectionKind Kind;
126 Section(SectionKind Kind) : Kind(Kind) {}
133 RawContentSection() : Section(SectionKind::RawContent) {}
136 return S->Kind == SectionKind::RawContent;
143 NoBitsSection() : Section(SectionKind::NoBits) {}
146 return S->Kind == SectionKind::NoBits;
155 Group() : Section(SectionKind::Group) {}
158 return S->Kind == SectionKind::Group;
172 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
ELFYAML.h 110 enum class SectionKind {
117 SectionKind Kind;
126 Section(SectionKind Kind) : Kind(Kind) {}
133 RawContentSection() : Section(SectionKind::RawContent) {}
136 return S->Kind == SectionKind::RawContent;
143 NoBitsSection() : Section(SectionKind::NoBits) {}
146 return S->Kind == SectionKind::NoBits;
155 Group() : Section(SectionKind::Group) {}
158 return S->Kind == SectionKind::Group;
172 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
ELFYAML.h 110 enum class SectionKind {
117 SectionKind Kind;
126 Section(SectionKind Kind) : Kind(Kind) {}
133 RawContentSection() : Section(SectionKind::RawContent) {}
136 return S->Kind == SectionKind::RawContent;
143 NoBitsSection() : Section(SectionKind::NoBits) {}
146 return S->Kind == SectionKind::NoBits;
155 Group() : Section(SectionKind::Group) {}
158 return S->Kind == SectionKind::Group;
172 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
ELFYAML.h 110 enum class SectionKind {
117 SectionKind Kind;
126 Section(SectionKind Kind) : Kind(Kind) {}
133 RawContentSection() : Section(SectionKind::RawContent) {}
136 return S->Kind == SectionKind::RawContent;
143 NoBitsSection() : Section(SectionKind::NoBits) {}
146 return S->Kind == SectionKind::NoBits;
155 Group() : Section(SectionKind::Group) {}
158 return S->Kind == SectionKind::Group;
172 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind {
36 /// SectionKind are not mergeable.
172 static SectionKind get(Kind K) {
173 SectionKind Res;
179 static SectionKind getMetadata() { return get(Metadata); }
180 static SectionKind getText() { return get(Text); }
181 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
182 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
ELFYAML.h 110 enum class SectionKind {
117 SectionKind Kind;
126 Section(SectionKind Kind) : Kind(Kind) {}
133 RawContentSection() : Section(SectionKind::RawContent) {}
136 return S->Kind == SectionKind::RawContent;
143 NoBitsSection() : Section(SectionKind::NoBits) {}
146 return S->Kind == SectionKind::NoBits;
155 Group() : Section(SectionKind::Group) {}
158 return S->Kind == SectionKind::Group;
172 RelocationSection() : Section(SectionKind::Relocation) {
    [all...]

Completed in 1338 milliseconds

1 2