Searched refs:NonTypeUnitContext (Results 1 – 2 of 2) sorted by relevance
666 class NonTypeUnitContext {671 NonTypeUnitContext(DwarfDebug *DD);673 NonTypeUnitContext(NonTypeUnitContext&&) = default;674 ~NonTypeUnitContext();677 NonTypeUnitContext enterNonTypeUnitContext();
3427 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext3434 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()3439 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()3440 return NonTypeUnitContext(this); in enterNonTypeUnitContext()