Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3412 const Elf_Shdr *MipsOpts = findSectionByName(".MIPS.options"); in printMipsOptions() local
3413 if (!MipsOpts) { in printMipsOptions()
3421 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()