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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h40 bool LookupAddress(
H A DDWARFCompileUnit.h35 bool LookupAddress(
H A DDWARFDebugInfo.cpp92 // LookupAddress
95 DWARFDebugInfo::LookupAddress function in class:DWARFDebugInfo
116 if (cu_sp->LookupAddress(address, function_die, block_die))
130 return die_ptr->LookupAddress(address, m_dwarf2Data, cu_sp.get(), function_die, block_die);
H A DDWARFDebugLine.h182 uint32_t LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const;
H A DDWARFDebugInfoEntry.h155 bool LookupAddress(
H A DDWARFCompileUnit.cpp462 DWARFCompileUnit::LookupAddress function in class:DWARFCompileUnit
488 if (child->LookupAddress(address, m_dwarf2Data, this, NULL, block_die_handle))
H A DDWARFDebugInfoEntry.cpp2064 // LookupAddress
2067 DWARFDebugInfoEntry::LookupAddress
2247 if (child->LookupAddress(address, dwarf2Data, cu, function_die, block_die))
H A DDWARFDebugLine.cpp1023 // Compare function for the binary search in DWARFDebugLine::LineTable::LookupAddress()
1032 // DWARFDebugLine::LineTable::LookupAddress
1035 DWARFDebugLine::LineTable::LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const function in class:DWARFDebugLine::LineTable
H A DSymbolFileDWARF.cpp2743 dwarf_cu->LookupAddress(file_vm_addr, &function_die, &block_die);
2747 dwarf_cu->LookupAddress(file_vm_addr, &function_die, NULL);
2895 dwarf_cu->LookupAddress(file_vm_addr, &function_die, resolve_scope & eSymbolContextBlock ? &block_die : NULL);

Completed in 239 milliseconds