Searched refs:NonTypeUnitContext (Results 1 – 2 of 2) sorted by relevance
669 class NonTypeUnitContext {674 NonTypeUnitContext(DwarfDebug *DD);676 NonTypeUnitContext(NonTypeUnitContext&&) = default;677 ~NonTypeUnitContext();680 NonTypeUnitContext enterNonTypeUnitContext();
3377 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext3384 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()3389 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()3390 return NonTypeUnitContext(this); in enterNonTypeUnitContext()