Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3104 const Elf_Shdr *RegInfoSec = findSectionByName(".reginfo"); in printMipsReginfo() local
3105 if (!RegInfoSec) { in printMipsReginfo()
3111 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3115 describe(*RegInfoSec) + "): " + toString(ContentsOrErr.takeError())); in printMipsReginfo()