Searched refs:getDebugMacinfoDWO (Results 1 – 2 of 2) sorted by relevance
88 virtual const DWARFDebugMacro *getDebugMacinfoDWO() = 0;316 const DWARFDebugMacro *getDebugMacinfoDWO();
492 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in ThreadUnsafeDWARFContextState697 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in ThreadSafeState699 return ThreadUnsafeDWARFContextState::getDebugMacinfoDWO(); in getDebugMacinfoDWO()1144 if (auto MacinfoDWO = getDebugMacinfoDWO()) in dump()1462 const DWARFDebugMacro *DWARFContext::getDebugMacinfoDWO() { in getDebugMacinfoDWO() function in DWARFContext1463 return State->getDebugMacinfoDWO(); in getDebugMacinfoDWO()