Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h37 struct DieRangeInfo { struct
44 std::set<DieRangeInfo> Children; argument
46 DieRangeInfo() = default;
47 DieRangeInfo(DWARFDie Die) : Die(Die) {} in DieRangeInfo() argument
50 DieRangeInfo(std::vector<DWARFAddressRange> Ranges) in DieRangeInfo() argument
53 typedef std::set<DieRangeInfo>::const_iterator die_range_info_iterator; argument
69 die_range_info_iterator insert(const DieRangeInfo &RI);
72 bool contains(const DieRangeInfo &RHS) const;
76 bool intersects(const DieRangeInfo &RHS) const;
175 unsigned verifyDieRanges(const DWARFDie &Die, DieRangeInfo &ParentRI);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp47 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
68 DWARFVerifier::DieRangeInfo::die_range_info_iterator
69 DWARFVerifier::DieRangeInfo::insert(const DieRangeInfo &RI) { in insert()
84 bool DWARFVerifier::DieRangeInfo::contains(const DieRangeInfo &RHS) const { in contains()
108 bool DWARFVerifier::DieRangeInfo::intersects(const DieRangeInfo &RHS) const { in intersects()
262 DieRangeInfo RI; in verifyUnitContents()
474 DieRangeInfo &ParentRI) { in verifyDieRanges()
494 DieRangeInfo RI(Die); in verifyDieRanges()