Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.h45 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex()
DDWARFDebugAranges.cpp67 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump()
DSymbolFileDWARFDebugMap.cpp1438 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp43 auto range = ranges.GetEntryAtIndex(i); in GetCorrespondingFrameData()
/external/llvm-project/lldb/include/lldb/Utility/
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
/external/llvm-project/lldb/source/Target/
DMemory.cpp116 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp421 m_core_aranges.GetEntryAtIndex(i); in DoLoadCore()
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp220 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2490 functions.GetEntryAtIndex(i); in ParseSymtab()
4612 function_starts.GetEntryAtIndex(i); in ParseSymtab()
5598 m_thread_context_offsets.GetEntryAtIndex(idx); in GetThreadContextAtIndex()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2774 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()