Searched refs:getEHFrame (Results 1 – 6 of 6) sorted by relevance
270 const DWARFDebugFrame *getEHFrame();
290 Expected<const DWARFDebugFrame *> getEHFrame();
173 const DWARFDebugFrame *getEHFrame();
133 getEHFrame()->dump(OS); in dump()370 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame() function in DWARFContext
439 getEHFrame()->dump(OS, getRegisterInfo(), *Off); in dump()793 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame() function in DWARFContext
468 if (Expected<const DWARFDebugFrame *> DF = getEHFrame()) in dump()845 Expected<const DWARFDebugFrame *> DWARFContext::getEHFrame() { in getEHFrame() function in DWARFContext