Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h669 class NonTypeUnitContext {
674 NonTypeUnitContext(DwarfDebug *DD);
676 NonTypeUnitContext(NonTypeUnitContext&&) = default;
677 ~NonTypeUnitContext();
680 NonTypeUnitContext enterNonTypeUnitContext();
H A DDwarfDebug.cpp3377 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext
3384 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()
3389 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()
3390 return NonTypeUnitContext(this); in enterNonTypeUnitContext()