Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp45 die->GetAttributeAddressRanges(this, /*check_hi_lo_pc=*/true); in BuildAddressRangeTable()
HDDWARFDebugInfoEntry.h98 DWARFRangeList GetAttributeAddressRanges(
HDDWARFDebugInfoEntry.cpp516 DWARFRangeList DWARFDebugInfoEntry::GetAttributeAddressRanges( in GetAttributeAddressRanges() function in DWARFDebugInfoEntry
598 GetAttributeAddressRanges(cu, /*check_hi_lo_pc=*/true); in BuildFunctionAddressRangeTable()
HDDWARFDIE.cpp175 m_die->GetAttributeAddressRanges(m_cu, /*check_hi_lo_pc=*/true); in LookupDeepestBlock()
HDSymbolFileDWARF.cpp921 DWARFRangeList ranges = die.GetDIE()->GetAttributeAddressRanges( in ParseFunction()
3306 DWARFRangeList ranges = function_die.GetDIE()->GetAttributeAddressRanges( in ParseVariablesForContext()