Home
last modified time | relevance | path

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

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