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

  /external/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.
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() {
179 static SectionKind getMergeable2ByteCString()
    [all...]
  /external/llvm/include/llvm/Object/
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/valgrind/VEX/unused/
linker.c 49 SectionKind;
55 SectionKind kind;
977 SectionKind kind = SECTIONKIND_OTHER;
    [all...]

Completed in 231 milliseconds