Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h235 GetDeclContextDIEContainingDIE(const DWARFDIE &die);
DSymbolFileDWARF.cpp1396 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(die); in ResolveTypeUID()
2575 SymbolFileDWARF::GetDeclContextDIEContainingDIE(const DWARFDIE &orig_die) { in GetDeclContextDIEContainingDIE() function in SymbolFileDWARF
2608 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(spec_die); in GetDeclContextDIEContainingDIE()
2615 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE()
3237 const DWARFDIE parent_context_die = GetDeclContextDIEContainingDIE(die); in ParseVariableDIE()
DDWARFASTParserClang.cpp3469 DWARFDIE decl_ctx_die = dwarf->GetDeclContextDIEContainingDIE(die); in GetClangDeclContextContainingDIE()