Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3168 const Elf_Shdr *MipsOpts = findSectionByName(".MIPS.options"); in printMipsOptions() local
3169 if (!MipsOpts) { in printMipsOptions()
3177 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()