Home
last modified time | relevance | path

Searched refs:ElfSectionFlags (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1046 static const EnumEntry<unsigned> ElfSectionFlags[] = { variable
1096 for (auto Entry : ElfSectionFlags) { in getGNUFlags()
3331 std::vector<EnumEntry<unsigned>> SectionFlags(std::begin(ElfSectionFlags), in printSections()
3332 std::end(ElfSectionFlags)); in printSections()