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

/external/valgrind/main/VEX/unused/
H A Dlinker.c49 SectionKind; typedef in typeref:enum:__anon32339
55 SectionKind kind;
977 SectionKind kind = SECTIONKIND_OTHER;
/external/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/llvm/include/llvm/Object/
H A DELFYAML.h74 enum class SectionKind { RawContent, Relocation }; class in struct:llvm::ELFYAML::Section
75 SectionKind Kind;
82 Section(SectionKind Kind) : Kind(Kind) {}
88 RawContentSection() : Section(SectionKind::RawContent) {}
90 return S->Kind == SectionKind::RawContent;
102 RelocationSection() : Section(SectionKind::Relocation) {}
104 return S->Kind == SectionKind::Relocation;

Completed in 114 milliseconds