Searched defs:SectionKind (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h88 enum class SectionKind { class in struct:llvm::ELFYAML::Section
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
[all...]
/external/llvm/include/llvm/MC/
H A DSectionKind.h1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
15 /// SectionKind - This is a simple POD value that classifies the properties of
23 class SectionKind { class in namespace:llvm
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 getMergeable1ByteCStrin
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h20 /// SectionKind - This is a simple POD value that classifies the properties of
28 class SectionKind { class in namespace:llvm
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 getMergeable2ByteCStrin
[all...]
/external/valgrind/VEX/unused/
H A Dlinker.c49 SectionKind; typedef in typeref:enum:__anon22796
55 SectionKind kind;
977 SectionKind kind = SECTIONKIND_OTHER;

Completed in 221 milliseconds