Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dbasic_source_line_resolver_types.h93 virtual void LookupAddress(StackFrame *frame) const;
Dsource_line_resolver_base_types.h136 virtual void LookupAddress(StackFrame *frame) const = 0;
Dfast_source_line_resolver_types.h120 virtual void LookupAddress(StackFrame *frame) const;
Dfast_source_line_resolver.cc64 void FastSourceLineResolver::Module::LookupAddress(StackFrame *frame) const { in LookupAddress() function in google_breakpad::FastSourceLineResolver::Module
Dsource_line_resolver_base.cc302 it->second->LookupAddress(frame); in FillSourceLineInfo()
Dbasic_source_line_resolver.cc190 void BasicSourceLineResolver::Module::LookupAddress(StackFrame *frame) const { in LookupAddress() function in google_breakpad::BasicSourceLineResolver::Module
/external/lldb/source/Plugins/SymbolFile/DWARF/
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()
DDWARFDebugInfo.h40 bool 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()