OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RangeToDIE
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.h
23
typedef lldb_private::RangeDataArray<dw_addr_t, uint32_t, dw_offset_t, 1>
RangeToDIE
;
26
typedef
RangeToDIE
::Entry Range;
27
typedef std::vector<
RangeToDIE
::Entry> RangeColl;
90
RangeToDIE
m_aranges;
DWARFDebugAranges.cpp
77
m_aranges.Append(
RangeToDIE
::Entry (descriptor.address, descriptor.length, cu_offset));
119
const
RangeToDIE
::Entry *entry = m_aranges.GetEntryAtIndex(i);
132
m_aranges.Append(
RangeToDIE
::Entry (low_pc, high_pc - low_pc, offset));
173
const
RangeToDIE
::Entry *entry = m_aranges.FindEntryThatContains(address);
Completed in 35 milliseconds