Searched refs:getDebugMacroDWO (Results 1 – 2 of 2) sorted by relevance
90 virtual const DWARFDebugMacro *getDebugMacroDWO() = 0;322 const DWARFDebugMacro *getDebugMacroDWO();
502 const DWARFDebugMacro *getDebugMacroDWO() override { in getDebugMacroDWO() function in ThreadUnsafeDWARFContextState705 const DWARFDebugMacro *getDebugMacroDWO() override { in getDebugMacroDWO() function in ThreadSafeState707 return ThreadUnsafeDWARFContextState::getDebugMacroDWO(); in getDebugMacroDWO()1132 if (auto MacroDWO = getDebugMacroDWO()) in dump()1454 const DWARFDebugMacro *DWARFContext::getDebugMacroDWO() { in getDebugMacroDWO() function in DWARFContext1455 return State->getDebugMacroDWO(); in getDebugMacroDWO()