Searched refs:PhdrRangeOrErr (Results 1 – 1 of 1) sorted by relevance
181 auto PhdrRangeOrErr = Obj.program_headers(); in getSectionLMA() local182 if (!PhdrRangeOrErr) in getSectionLMA()183 report_fatal_error(Twine(toString(PhdrRangeOrErr.takeError()))); in getSectionLMA()187 for (const typename ELFT::Phdr &Phdr : *PhdrRangeOrErr) in getSectionLMA()