Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1127 static const EnumEntry<unsigned> ElfSectionFlags[] = { variable
1174 for (auto Entry : ElfSectionFlags) { in getGNUFlags()
4295 std::vector<EnumEntry<unsigned>> SectionFlags(std::begin(ElfSectionFlags), in printSectionHeaders()
4296 std::end(ElfSectionFlags)); in printSectionHeaders()