Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp181 auto PhdrRangeOrErr = Obj.program_headers(); in getSectionLMA() local
182 if (!PhdrRangeOrErr) in getSectionLMA()
183 report_fatal_error(Twine(toString(PhdrRangeOrErr.takeError()))); in getSectionLMA()
187 for (const typename ELFT::Phdr &Phdr : *PhdrRangeOrErr) in getSectionLMA()