Home
last modified time | relevance | path

Searched refs:LookupAddress (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.h40 bool LookupAddress(
DDWARFDebugInfo.cpp95 DWARFDebugInfo::LookupAddress in LookupAddress() function in DWARFDebugInfo
116 if (cu_sp->LookupAddress(address, function_die, block_die)) in LookupAddress()
130 … return die_ptr->LookupAddress(address, m_dwarf2Data, cu_sp.get(), function_die, block_die); in LookupAddress()
DDWARFCompileUnit.h35 bool LookupAddress(
DDWARFDebugLine.h182 uint32_t LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const;
DDWARFCompileUnit.cpp462 DWARFCompileUnit::LookupAddress in LookupAddress() function in DWARFCompileUnit
488 … if (child->LookupAddress(address, m_dwarf2Data, this, NULL, block_die_handle)) in LookupAddress()
DDWARFDebugInfoEntry.h155 bool LookupAddress(
DDWARFDebugInfoEntry.cpp2067 DWARFDebugInfoEntry::LookupAddress in LookupAddress() function in DWARFDebugInfoEntry
2247 if (child->LookupAddress(address, dwarf2Data, cu, function_die, block_die)) in LookupAddress()
DDWARFDebugLine.cpp1035 DWARFDebugLine::LineTable::LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const in LookupAddress() function in DWARFDebugLine::LineTable
DSymbolFileDWARF.cpp2743 dwarf_cu->LookupAddress(file_vm_addr, &function_die, &block_die); in ResolveSymbolContext()
2747 dwarf_cu->LookupAddress(file_vm_addr, &function_die, NULL); in ResolveSymbolContext()
2895 …dwarf_cu->LookupAddress(file_vm_addr, &function_die, resolve_scope & eSymbolContextBlock ? &block_… in ResolveSymbolContext()