Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h43 return m_aranges.GetEntryAtIndex(idx); in RangeAtIndex()
54 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex()
H A DDWARFDebugAranges.cpp99 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump()
H A DSymbolFileDWARFDebugMap.cpp1434 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h252 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
486 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
709 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
897 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp119 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp219 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2852 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()