Home
last modified time | relevance | path

Searched refs:range_base (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp449 …lldb::addr_t range_base = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding, pc_rel_addr, text… in FDEToUnwindPlan() local
451 AddressRange range (range_base, m_objfile.GetAddressByteSize(), m_objfile.GetSectionList()); in FDEToUnwindPlan()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1465 const addr_t range_base = range.GetRangeBase(); in ParseFunctionBlocks() local
1466 if (range_base >= subprogram_low_pc) in ParseFunctionBlocks()
1467 … block->AddRange(Block::Range (range_base - subprogram_low_pc, range.GetByteSize())); in ParseFunctionBlocks()
1472 range_base, in ParseFunctionBlocks()