Home
last modified time | relevance | path

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

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