Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h22 struct DWARFAddressRange { struct
27 DWARFAddressRange() = default; argument
30 DWARFAddressRange(
40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() argument
58 bool merge(const DWARFAddressRange &RHS) { in merge() argument
70 inline bool operator<(const DWARFAddressRange &LHS,
71 const DWARFAddressRange &RHS) {
75 inline bool operator==(const DWARFAddressRange &LHS,
76 const DWARFAddressRange &RHS) {
80 raw_ostream &operator<<(raw_ostream &OS, const DWARFAddressRange &R);
[all …]
H A DDWARFVerifier.h23 struct DWARFAddressRange;
40 std::vector<DWARFAddressRange> Ranges;
49 DieRangeInfo(std::vector<DWARFAddressRange> Ranges) in DieRangeInfo()
52 typedef std::vector<DWARFAddressRange>::const_iterator
63 Optional<DWARFAddressRange> insert(const DWARFAddressRange &R);
66 address_range_iterator findRange(const DWARFAddressRange &R) const { in findRange()
H A DDWARFLocationExpression.h26 Optional<DWARFAddressRange> Range;
/freebsd-13.1/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.cpp68 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex}, in Interpret()
75 return DWARFLocationExpression{DWARFAddressRange{LowPC->Address, in Interpret()
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
H A DDWARFDebugRangeList.cpp82 DWARFAddressRange E; in getAbsoluteRanges()
H A DDWARFVerifier.cpp29 Optional<DWARFAddressRange>
30 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
36 DWARFAddressRange Range(*Pos); in insert()
42 DWARFAddressRange Range(*Iter); in insert()
70 DWARFAddressRange R = *I2; in contains()
H A DDWARFDie.cpp65 for (const DWARFAddressRange &R : Ranges) { in dumpRanges()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp217 DWARFAddressRange FuncRange = in parseInlineInfo()
218 DWARFAddressRange(FI.startAddress(), FI.endAddress()); in parseInlineInfo()
221 for (const DWARFAddressRange &Range : RangesOrError.get()) { in parseInlineInfo()
373 for (const DWARFAddressRange &Range : Ranges) { in handleDie()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp214 static uint64_t calculateOverlap(DWARFAddressRange A, DWARFAddressRange B) { in calculateOverlap()
340 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp71 DWARFAddressRange(FuncLowPC, FuncHighPC, SectionIndex), LocExpr.Expr}; in addVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp995 for (const llvm::DWARFAddressRange &llvm_range : *llvm_ranges) { in FindRnglistFromOffset()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2787 for (DWARFAddressRange &r : *ranges) { in readAddressAreas()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile485 SRCS_MIW+= DebugInfo/DWARF/DWARFAddressRange.cpp