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

/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/valgrind/main/VEX/unused/
H A Dlinker.c49 SectionKind; typedef in typeref:enum:__anon14632
55 SectionKind kind;
977 SectionKind kind = SECTIONKIND_OTHER;

Completed in 467 milliseconds