Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp524 DWARFDIE orig_die = die; in GetParentDeclContextDIEImpl() local
529 if (die != orig_die) { in GetParentDeclContextDIEImpl()
H A DSymbolFileDWARF.cpp1336 const DWARFDIE &orig_die, addr_t subprogram_low_pc, uint32_t depth) { in ParseBlocksRecursive() argument
1338 DWARFDIE die = orig_die; in ParseBlocksRecursive()
2488 bool SymbolFileDWARF::ResolveFunction(const DWARFDIE &orig_die, in ResolveFunction() argument
2493 if (!orig_die) in ResolveFunction()
2497 if (!(orig_die.Tag() == DW_TAG_subprogram || in ResolveFunction()
2498 (include_inlines && orig_die.Tag() == DW_TAG_inlined_subroutine))) in ResolveFunction()
2501 DWARFDIE die = orig_die; in ResolveFunction()
2934 SymbolFileDWARF::GetDeclContextDIEContainingDIE(const DWARFDIE &orig_die) { in GetDeclContextDIEContainingDIE() argument
2935 if (orig_die) { in GetDeclContextDIEContainingDIE()
2936 DWARFDIE die = orig_die; in GetDeclContextDIEContainingDIE()
[all …]