Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h45 const Range *range = m_aranges.GetEntryAtIndex(idx); in OffsetAtIndex()
H A DDWARFDebugAranges.cpp78 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump()
H A DSymbolFileDWARFDebugMap.cpp1517 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp44 auto range = ranges.GetEntryAtIndex(i); in GetCorrespondingFrameData()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h297 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
528 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
774 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex() function
/src/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp117 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp224 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp453 auto *entry = inline_site->ranges.GetEntryAtIndex(i); in CreateBlock()
1542 auto *entry = inline_site_sp->ranges.GetEntryAtIndex(0); in ParseInlineSite()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2681 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()