Home
last modified time | relevance | path

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

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