Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.h55 return m_aranges.GetEntryAtIndex (idx); in RangeAtIndex()
78 const Range *range = m_aranges.GetEntryAtIndex (idx); in OffsetAtIndex()
DDWARFDebugAranges.cpp119 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump()
DSymbolFileDWARFDebugMap.cpp1574 const FileRangeMap::Entry* entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/external/lldb/include/lldb/Core/
DRangeMap.h325 GetEntryAtIndex (size_t i) const in GetEntryAtIndex() function
611 GetEntryAtIndex (size_t i) const in GetEntryAtIndex() function
899 GetEntryAtIndex (size_t i) const in GetEntryAtIndex() function
1199 GetEntryAtIndex (size_t i) const in GetEntryAtIndex() function
1470 GetEntryAtIndex (size_t i) const in GetEntryAtIndex() function
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp315 const VMRangeToFileOffset::Entry *entry = m_core_aranges.GetEntryAtIndex(i); in DoLoadCore()
/external/lldb/source/Target/
DMemory.cpp105 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex (idx); in RemoveInvalidRange()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp117 const FDEEntryMap::Entry *func_offset_data_entry = m_fde_index.GetEntryAtIndex (i); in GetFunctionAddressAndSizeVector()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1746 …onst DWARFCallFrameInfo::FunctionAddressAndSizeVector::Entry *func = functions.GetEntryAtIndex (i); in ParseSymtab()
3487 … const FunctionStarts::Entry *func_start_entry = function_starts.GetEntryAtIndex (i); in ParseSymtab()
4002 … FileRangeArray::Entry *thread_context_file_range = m_thread_context_offsets.GetEntryAtIndex (idx); in GetThreadContextAtIndex()