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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h40 bool LookupAddress(
H A DDWARFCompileUnit.h34 bool LookupAddress(
H A DDWARFDebugInfo.cpp109 // LookupAddress
112 DWARFDebugInfo::LookupAddress function in class:DWARFDebugInfo
133 if (cu_sp->LookupAddress(address, function_die, block_die))
147 return die_ptr->LookupAddress(address, m_dwarf2Data, cu_sp.get(), function_die, block_die);
H A DDWARFDebugLine.h150 uint32_t LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const;
H A DDWARFCompileUnit.cpp438 DWARFCompileUnit::LookupAddress function in class:DWARFCompileUnit
464 if (child->LookupAddress(address, m_dwarf2Data, this, NULL, block_die_handle))
H A DDWARFDebugInfoEntry.h155 bool LookupAddress(
H A DDWARFDebugInfoEntry.cpp2066 // LookupAddress
2069 DWARFDebugInfoEntry::LookupAddress
2249 if (child->LookupAddress(address, dwarf2Data, cu, function_die, block_die))
H A DDWARFDebugLine.cpp1026 // Compare function for the binary search in DWARFDebugLine::LineTable::LookupAddress()
1035 // DWARFDebugLine::LineTable::LookupAddress
1038 DWARFDebugLine::LineTable::LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const function in class:DWARFDebugLine::LineTable
H A DSymbolFileDWARF.cpp2791 dwarf_cu->LookupAddress(file_vm_addr, &function_die, &block_die);
2795 dwarf_cu->LookupAddress(file_vm_addr, &function_die, NULL);
2943 dwarf_cu->LookupAddress(file_vm_addr, &function_die, resolve_scope & eSymbolContextBlock ? &block_die : NULL);
/freebsd-10.2-release/sys/dev/mpr/mpi/
H A Dmpi2_sas.h287 U64 LookupAddress; /* 0x18 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
/freebsd-10.2-release/sys/dev/mps/mpi/
H A Dmpi2_sas.h263 U64 LookupAddress; /* 0x18 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST

Completed in 259 milliseconds