Searched refs:AddressRanges (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | Range.cpp | 20 void AddressRanges::insert(AddressRange Range) { in insert() 38 bool AddressRanges::contains(uint64_t Addr) const { in contains() 45 bool AddressRanges::contains(AddressRange Range) const { in contains() 57 AddressRanges::getRangeThatContains(uint64_t Addr) const { in getRangeThatContains() 70 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRanges &AR) { in operator <<() 95 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() 103 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() 119 uint64_t AddressRanges::skip(DataExtractor &Data, uint64_t &Offset) { in skip()
|
D | InlineInfo.cpp | 78 if (AddressRanges::skip(Data, Offset) == 0) in skip()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | Range.cpp | 20 void AddressRanges::insert(AddressRange Range) { in insert() 38 bool AddressRanges::contains(uint64_t Addr) const { in contains() 45 bool AddressRanges::contains(AddressRange Range) const { in contains() 60 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const AddressRanges &AR) { in operator <<() 85 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() 93 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() 109 uint64_t AddressRanges::skip(DataExtractor &Data, uint64_t &Offset) { in skip()
|
D | InlineInfo.cpp | 78 if (AddressRanges::skip(Data, Offset) == 0) in skip()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 143 Optional<AddressRanges> ValidTextRanges; 144 AddressRanges Ranges; 248 void SetValidTextRanges(AddressRanges &TextRanges) { in SetValidTextRanges() 253 const Optional<AddressRanges> GetValidTextRanges() const { in GetValidTextRanges()
|
D | Range.h | 84 class AddressRanges { 96 bool operator==(const AddressRanges &RHS) const { 125 raw_ostream &operator<<(raw_ostream &OS, const AddressRanges &AR);
|
D | InlineInfo.h | 66 AddressRanges Ranges;
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.h | 87 RangesTy AddressRanges; variable 115 AddressRanges[*Mapping.ObjectAddress] = ObjFileAddressRange( in AddressManager() 152 RangesTy &getValidAddressRanges() override { return AddressRanges; } in getValidAddressRanges() 155 AddressRanges.clear(); in clear()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Range.h | 83 class AddressRanges { 94 bool operator==(const AddressRanges &RHS) const { 123 raw_ostream &operator<<(raw_ostream &OS, const AddressRanges &AR);
|
D | InlineInfo.h | 66 AddressRanges Ranges;
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 504 AddressRanges Ranges; in TEST() 609 AddressRanges Ranges; in TEST() 763 static void TestAddressRangeEncodeDecodeHelper(const AddressRanges &Ranges, in TestAddressRangeEncodeDecodeHelper() 775 AddressRanges DecodedRanges; in TestAddressRangeEncodeDecodeHelper() 789 AddressRanges Ranges; in TEST() 1751 AddressRanges TextRanges; in TEST()
|
/external/llvm-project/llvm/tools/llvm-gsymutil/ |
D | llvm-gsymutil.cpp | 293 AddressRanges TextRanges; in handleObjectFile()
|