Searched refs:getDebugFrame (Results 1 – 6 of 6) sorted by relevance
267 const DWARFDebugFrame *getDebugFrame();
287 Expected<const DWARFDebugFrame *> getDebugFrame();
170 const DWARFDebugFrame *getDebugFrame();
130 getDebugFrame()->dump(OS); in dump()350 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext
435 getDebugFrame()->dump(OS, getRegisterInfo(), *Off); in dump()773 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext
459 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()822 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext