Home
last modified time | relevance | path

Searched refs:GetMutableEntryAtIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DCoreFileMemoryRanges.cpp41 auto region_one = this->GetMutableEntryAtIndex(i); in FinalizeCoreFileSaveRanges()
42 auto region_two = this->GetMutableEntryAtIndex(i - 1); in FinalizeCoreFileSaveRanges()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp107 return &m_exprs.GetMutableEntryAtIndex(0)->data; in GetMutableExpressionAtAddress()
114 return &m_exprs.GetMutableEntryAtIndex(index)->data; in GetMutableExpressionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp101 while (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddMemberLocationRanges()
155 auto *entry = location_map.GetMutableEntryAtIndex(base_idx); in AddDwarfRange()
169 if (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddDwarfRange()
176 if (auto *entry = location_map.GetMutableEntryAtIndex(end_idx)) { in AddDwarfRange()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp976 m_file_addr_to_index.GetMutableEntryAtIndex(i); in InitAddressIndexes()
992 m_file_addr_to_index.GetMutableEntryAtIndex(j); in InitAddressIndexes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h548 Entry *GetMutableEntryAtIndex(size_t i) { in GetMutableEntryAtIndex() function