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

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

Completed in 117 milliseconds