Home
last modified time | relevance | path

Searched refs:GetEntryRef (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Symbol/
DBlock.cpp60 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()
107 const Range &range = m_ranges.GetEntryRef(i); in Dump()
208 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()
359 const Range &vm_range = m_ranges.GetEntryRef(range_idx); in GetRangeAtIndex()
379 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase ()); in GetStartAddress()
DSymtab.cpp153 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
970 const FileRangeToIndexMap::Entry &entry = m_file_addr_to_index.GetEntryRef(i); in InitAddressIndexes()
1013 const FileRangeToIndexMap::Entry &entry = m_file_addr_to_index.GetEntryRef(i); in CalculateSymbolSizes()
/external/lldb/include/lldb/Core/
DRangeMap.h334 GetEntryRef (size_t i) const in GetEntryRef() function
620 GetEntryRef (size_t i) const in GetEntryRef() function
908 GetEntryRef (size_t i) const in GetEntryRef() function
1208 GetEntryRef (size_t i) const in GetEntryRef() function
1479 GetEntryRef (size_t i) const in GetEntryRef() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp419 … const LineTable::FileAddressRanges::Entry &range = file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
DSymbolFileDWARFDebugMap.cpp1494 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
DSymbolFileDWARF.cpp1011 const DWARFDebugRanges::Range &range = ranges.GetEntryRef (i); in AddRangesToBlock()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3473 if (function_starts.GetEntryRef (i).data == false) in ParseSymtab()