| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAddressRange.h | 22 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 D | DWARFVerifier.h | 23 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 D | DWARFLocationExpression.h | 26 Optional<DWARFAddressRange> Range;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 115 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 D | DWARFAddressRange.cpp | 16 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 D | DWARFDebugLoc.cpp | 68 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 D | DWARFDebugRangeList.cpp | 82 DWARFAddressRange E; in getAbsoluteRanges()
|
| H A D | DWARFVerifier.cpp | 29 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 D | DWARFDie.cpp | 65 for (const DWARFAddressRange &R : Ranges) { in dumpRanges()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 217 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 D | Statistics.cpp | 214 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 D | SourcePrinter.cpp | 71 DWARFAddressRange(FuncLowPC, FuncHighPC, SectionIndex), LocExpr.Expr}; in addVariable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 995 for (const llvm::DWARFAddressRange &llvm_range : *llvm_ranges) { in FindRnglistFromOffset()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2787 for (DWARFAddressRange &r : *ranges) { in readAddressAreas()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 485 SRCS_MIW+= DebugInfo/DWARF/DWARFAddressRange.cpp
|