Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1216 static const EnumEntry<unsigned> ElfARMSectionFlags[] = { variable
1245 Ret.insert(Ret.end(), std::begin(ElfARMSectionFlags), in getSectionFlagsForTarget()
1246 std::end(ElfARMSectionFlags)); in getSectionFlagsForTarget()