Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp1469 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp44 auto range = ranges.GetEntryAtIndex(i); in GetCorrespondingFrameData()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp117 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp350 const VMRangeToFileOffset::Entry *entry = m_core_aranges.GetEntryAtIndex(i); in LoadBinariesViaExhaustiveSearch()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp224 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp450 auto *entry = inline_site->ranges.GetEntryAtIndex(i); in CreateBlock()
1536 auto *entry = inline_site_sp->ranges.GetEntryAtIndex(0); in ParseInlineSite()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2583 functions.GetEntryAtIndex(i); in ParseSymtab()
4614 function_starts.GetEntryAtIndex(i); in ParseSymtab()
5663 m_thread_context_offsets.GetEntryAtIndex(idx);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2593 if (m_erased_flash_ranges.GetEntryAtIndex(i)->Contains(range)) in HasErased()