Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpressionList.cpp27 const auto *expr = m_exprs.GetEntryAtIndex(0); in GetAlwaysValidExpr()
68 return &m_exprs.GetEntryAtIndex(index)->data; in GetExpressionAtAddress()
123 expr = &m_exprs.GetEntryAtIndex(0)->data; in MatchesOperand()
/llvm-project-15.0.7/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.cpp1408 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp44 auto range = ranges.GetEntryAtIndex(i); in GetCorrespondingFrameData()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h292 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
516 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
752 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp117 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp458 m_core_aranges.GetEntryAtIndex(i); in DoLoadCore()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp223 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp378 auto *entry = inline_site->ranges.GetEntryAtIndex(i); in CreateBlock()
1440 auto *entry = inline_site_sp->ranges.GetEntryAtIndex(0); in ParseInlineSite()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2567 functions.GetEntryAtIndex(i); in ParseSymtab()
4598 function_starts.GetEntryAtIndex(i); in ParseSymtab()
5647 m_thread_context_offsets.GetEntryAtIndex(idx);
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2638 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()