Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h44 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex()
H A DDWARFDebugAranges.cpp77 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump()
H A DSymbolFileDWARFDebugMap.cpp1435 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp43 auto range = ranges.GetEntryAtIndex(i); in GetCorrespondingFrameData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h254 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
479 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
711 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp116 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp220 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2833 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()