Searched refs:DWARFAddressRange (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAddressRange.h | 22 struct DWARFAddressRange { struct 27 DWARFAddressRange() = default; argument 30 DWARFAddressRange(uint64_t LowPC, uint64_t HighPC, uint64_t SectionIndex = 0) 38 bool intersects(const DWARFAddressRange &RHS) const { in intersects() argument 47 bool contains(const DWARFAddressRange &RHS) const { in contains() argument 56 static inline bool operator<(const DWARFAddressRange &LHS, 57 const DWARFAddressRange &RHS) { 61 raw_ostream &operator<<(raw_ostream &OS, const DWARFAddressRange &R); 64 using DWARFAddressRangesVector = std::vector<DWARFAddressRange>;
|
| H A D | DWARFVerifier.h | 43 std::vector<DWARFAddressRange> Ranges; 52 DieRangeInfo(std::vector<DWARFAddressRange> Ranges) in DieRangeInfo() 55 typedef std::vector<DWARFAddressRange>::const_iterator 64 address_range_iterator insert(const DWARFAddressRange &R); 67 address_range_iterator findRange(const DWARFAddressRange &R) const { in findRange()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 134 DWARFAddressRange E; in getAbsoluteRanges() 184 DWARFAddressRange(Entry.Value0, Entry.Value1) in dump() 226 DWARFAddressRange(Value0, Value0 + Value1).dump(OS, AddrSize, DumpOpts); in dump() 230 DWARFAddressRange(Value0 + CurrentBase, Value1 + CurrentBase) in dump() 234 DWARFAddressRange(Value0, Value1).dump(OS, AddrSize, DumpOpts); in dump() 241 DWARFAddressRange(Start, Start + Value1).dump(OS, AddrSize, DumpOpts); in dump()
|
| H A D | DWARFAddressRange.cpp | 17 void DWARFAddressRange::dump(raw_ostream &OS, uint32_t AddressSize, in dump() 26 raw_ostream &llvm::operator<<(raw_ostream &OS, const DWARFAddressRange &R) { in operator <<()
|
| H A D | DWARFDebugRangeList.cpp | 80 DWARFAddressRange E; in getAbsoluteRanges()
|
| H A D | DWARFDie.cpp | 69 for (const DWARFAddressRange &R : Ranges) { in dumpRanges()
|
| H A D | DWARFVerifier.cpp | 31 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2433 for (DWARFAddressRange &R : *Ranges) { in readAddressAreas()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 416 SRCS_MIW+= DebugInfo/DWARF/DWARFAddressRange.cpp
|