Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h634 friend class NonTypeUnitContext; variable
635 class NonTypeUnitContext {
639 NonTypeUnitContext(DwarfDebug *DD);
641 NonTypeUnitContext(NonTypeUnitContext&&) = default;
642 ~NonTypeUnitContext();
645 NonTypeUnitContext enterNonTypeUnitContext();
HDDwarfDebug.cpp2999 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext
3006 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()
3011 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()
3012 return NonTypeUnitContext(this); in enterNonTypeUnitContext()