Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3022 const Elf_Shdr *RegInfoSec = findSectionByName(".reginfo"); in printMipsReginfo() local
3023 if (!RegInfoSec) { in printMipsReginfo()
3029 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3033 describe(*RegInfoSec) + "): " + toString(ContentsOrErr.takeError())); in printMipsReginfo()