Home
last modified time | relevance | path

Searched refs:function_die (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1837 if (function_die) { in ResolveSymbolContext()
1972 DWARFDIE function_die = in ResolveSymbolContext() local
1975 if (function_die) { in ResolveSymbolContext()
1995 else if (function_die) in ResolveSymbolContext()
3137 DWARFDIE function_die = dwarf_cu->GetDIE(function_die_offset); in ParseBlocksRecursive() local
3138 if (function_die) { in ParseBlocksRecursive()
3176 sc, function_die.GetFirstChild(), func_lo_pc, true, true); in ParseVariablesForContext()
3790 CollectCallEdges(DWARFDIE function_die) { in CollectCallEdges() argument
3800 function_die.GetPubname()); in CollectCallEdges()
3808 for (DWARFDIE child = function_die.GetFirstChild(); child.IsValid(); in CollectCallEdges()
[all …]
H A DDWARFDIE.cpp97 DWARFDebugInfoEntry *function_die = nullptr; in LookupDeepestBlock() local
99 if (m_die->LookupAddress(file_addr, dwarf, cu, &function_die, &block_die)) { in LookupDeepestBlock()
100 if (block_die && block_die != function_die) { in LookupDeepestBlock()
H A DDWARFDebugInfoEntry.cpp1543 DWARFDebugInfoEntry **function_die, in LookupAddress() argument
1699 check_children = ((function_die != NULL) || (block_die != NULL)); in LookupAddress()
1703 if (function_die) in LookupAddress()
1704 *function_die = this; in LookupAddress()
1727 ((function_die != NULL) || (block_die != NULL)); in LookupAddress()
1743 check_children = ((function_die != NULL) || (block_die != NULL)); in LookupAddress()
1747 if (function_die) in LookupAddress()
1748 *function_die = this; in LookupAddress()
1775 if (child->LookupAddress(address, dwarf2Data, cu, function_die, in LookupAddress()
H A DDWARFDebugInfoEntry.h83 DWARFDebugInfoEntry **function_die,