Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h258 GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
DSymbolFileDWARF.cpp2294 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in ResolveTypeUID()
4618 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in GetClangDeclContextContainingDIE()
4666 SymbolFileDWARF::GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *d… in GetDeclContextDIEContainingDIE() function in SymbolFileDWARF
4698 …const DWARFDebugInfoEntry *spec_die_decl_ctx_die = GetDeclContextDIEContainingDIE (spec_cu, spec_d… in GetDeclContextDIEContainingDIE()
4708 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = GetDeclContextDIEContainingDIE (abs_cu, abs_die); in GetDeclContextDIEContainingDIE()