Searched refs:EHFrameOrError (Results 1 – 1 of 1) sorted by relevance
1641 Expected<const DWARFDebugFrame *> EHFrameOrError = BC->DwCtx->getEHFrame(); in readSpecialSections() local1642 if (!EHFrameOrError) in readSpecialSections()1643 report_error("expected valid eh_frame section", EHFrameOrError.takeError()); in readSpecialSections()1644 CFIRdWrt.reset(new CFIReaderWriter(*EHFrameOrError.get())); in readSpecialSections()