Home
last modified time | relevance | path

Searched refs:NonTypeUnitContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h666 class NonTypeUnitContext {
671 NonTypeUnitContext(DwarfDebug *DD);
673 NonTypeUnitContext(NonTypeUnitContext&&) = default;
674 ~NonTypeUnitContext();
677 NonTypeUnitContext enterNonTypeUnitContext();
H A DDwarfDebug.cpp3427 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext
3434 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()
3439 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()
3440 return NonTypeUnitContext(this); in enterNonTypeUnitContext()