Home
last modified time | relevance | path

Searched refs:DWARFAddressRange (Results 1 – 16 of 16) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h25 struct DWARFAddressRange { struct
30 DWARFAddressRange() = default; argument
33 DWARFAddressRange(
43 bool intersects(const DWARFAddressRange &RHS) const { in intersects() argument
63 bool merge(const DWARFAddressRange &RHS) { in merge() argument
75 inline bool operator<(const DWARFAddressRange &LHS,
76 const DWARFAddressRange &RHS) {
80 inline bool operator==(const DWARFAddressRange &LHS,
81 const DWARFAddressRange &RHS) {
85 raw_ostream &operator<<(raw_ostream &OS, const DWARFAddressRange &R);
[all …]
H A DDWARFVerifier.h23 struct DWARFAddressRange;
55 std::vector<DWARFAddressRange> Ranges;
64 DieRangeInfo(std::vector<DWARFAddressRange> Ranges) in DieRangeInfo()
76 std::optional<DWARFAddressRange> insert(const DWARFAddressRange &R);
H A DDWARFLocationExpression.h25 std::optional<DWARFAddressRange> Range;
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp115 DWARFAddressRange E; in getAbsoluteRanges()
184 DWARFAddressRange(Entry.Value0, Entry.Value1) in dump()
227 DWARFAddressRange(Value0, Value0 + Value1).dump(OS, AddrSize, DumpOpts); in dump()
232 DWARFAddressRange(Value0 + CurrentBase, Value1 + CurrentBase) in dump()
238 DWARFAddressRange(Value0, Value1).dump(OS, AddrSize, DumpOpts); in dump()
245 DWARFAddressRange(Start, Start + Value1).dump(OS, AddrSize, DumpOpts); in dump()
256 DWARFAddressRange(Start, End).dump(OS, AddrSize, DumpOpts); in dump()
H A DDWARFAddressRange.cpp16 void DWARFAddressRange::dump(raw_ostream &OS, uint32_t AddressSize, in dump()
30 raw_ostream &llvm::operator<<(raw_ostream &OS, const DWARFAddressRange &R) { in operator <<()
H A DDWARFDebugLoc.cpp71 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex}, in Interpret()
78 return DWARFLocationExpression{DWARFAddressRange{LowPC->Address, in Interpret()
89 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
102 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
105 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
H A DDWARFDebugRangeList.cpp99 DWARFAddressRange E; in getAbsoluteRanges()
H A DDWARFVerifier.cpp49 std::optional<DWARFAddressRange>
50 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
56 DWARFAddressRange Range(*Pos); in insert()
62 DWARFAddressRange Range(*Iter); in insert()
93 DWARFAddressRange R = *I2; in contains()
H A DDWARFDie.cpp65 for (const DWARFAddressRange &R : Ranges) { in dumpRanges()
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp213 for (const DWARFAddressRange &DwarfRange : DwarfRanges) { in ConvertDWARFRanges()
477 for (const DWARFAddressRange &Range : Ranges) { in handleDie()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp263 static uint64_t calculateOverlap(DWARFAddressRange A, DWARFAddressRange B) { in calculateOverlap()
389 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp472 for (DWARFAddressRange &Range : Ranges) { in processOneAttribute()
1038 DWARFAddressRange Range{LowPC, HighPC, Entry.SectionIndex}; in processLocationList()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp79 DWARFAddressRange(FuncLowPC, FuncHighPC, SectionIndex), LocExpr.Expr}; in addVariable()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1061 for (const llvm::DWARFAddressRange &llvm_range : *llvm_ranges) { in FindRnglistFromOffset()
/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3359 for (DWARFAddressRange &r : *ranges) { in readAddressAreas()
/src/lib/clang/libllvm/
H A DMakefile572 SRCS_MIN+= DebugInfo/DWARF/DWARFAddressRange.cpp