Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1195 static const EnumEntry<unsigned> ElfSectionFlags[] = { variable
1241 std::vector<EnumEntry<unsigned>> Ret(std::begin(ElfSectionFlags), in getSectionFlagsForTarget()
1242 std::end(ElfSectionFlags)); in getSectionFlagsForTarget()