Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp46 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()
85 const Range &range = m_ranges.GetEntryRef(i); in Dump()
162 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()
281 const Range &vm_range = m_ranges.GetEntryRef(range_idx); in GetRangeAtIndex()
298 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DDWARFCallFrameInfo.cpp1071 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
H A DSymtab.cpp137 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h258 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
492 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
493 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
719 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
903 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp492 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in BuildAddressRangeTable()
529 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
554 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1357 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
H A DSymbolFileDWARF.cpp1221 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp271 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()
318 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()