Lines Matching refs:DIEContext
204 struct DwarfCUToModule::DIEContext {
212 // in a C++ compilation unit, the DIEContext's name for the
213 // DW_TAG_subprogram DIE would be "Foo::Bar". The DIEContext's
224 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context,
262 DIEContext *parent_context_;
436 FuncHandler(CUContext *cu_context, DIEContext *parent_context,
573 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context,
580 DIEContext child_context_; // A context for our children.
698 child_context_(new DIEContext()),