| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAddressRange.h | 25 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 D | DWARFVerifier.h | 23 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 D | DWARFLocationExpression.h | 25 std::optional<DWARFAddressRange> Range;
|
| /src/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 | 71 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 D | DWARFDebugRangeList.cpp | 99 DWARFAddressRange E; in getAbsoluteRanges()
|
| H A D | DWARFVerifier.cpp | 49 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 D | DWARFDie.cpp | 65 for (const DWARFAddressRange &R : Ranges) { in dumpRanges()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 213 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 D | Statistics.cpp | 263 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 D | LVDWARFReader.cpp | 472 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 D | SourcePrinter.cpp | 79 DWARFAddressRange(FuncLowPC, FuncHighPC, SectionIndex), LocExpr.Expr}; in addVariable()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 1061 for (const llvm::DWARFAddressRange &llvm_range : *llvm_ranges) { in FindRnglistFromOffset()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 3359 for (DWARFAddressRange &r : *ranges) { in readAddressAreas()
|
| /src/lib/clang/libllvm/ |
| H A D | Makefile | 572 SRCS_MIN+= DebugInfo/DWARF/DWARFAddressRange.cpp
|