Home
last modified time | relevance | path

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

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