Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3348 const Elf_Shdr *RegInfoSec = findSectionByName(".reginfo"); in printMipsReginfo() local
3349 if (!RegInfoSec) { in printMipsReginfo()
3355 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3359 describe(*RegInfoSec) + "): " + toString(ContentsOrErr.takeError())); in printMipsReginfo()