Searched refs:getEndAddress (Results 1 – 12 of 12) sorted by relevance
122 uint64_t getEndAddress() const { return Address + Size; } in getEndAddress() function140 return ((getAddress() <= Address && Address < getEndAddress()) || in containsAddress()144 return containsAddress(Address) && Address + Size <= getEndAddress(); in containsRange()
224 uint64_t getEndAddress() const { return Address + Size; } in getEndAddress() function279 return (getAddress() <= Address && Address < getEndAddress()) || in containsAddress()286 return containsAddress(Address) && Address + Size <= getEndAddress(); in containsRange()
721 auto End = BinaryDataMap.upper_bound(Section.getEndAddress()); in getBinaryDataForSection()735 auto End = BinaryDataMap.upper_bound(Section.getEndAddress()); in getBinaryDataForSection()
48 uint64_t getEndAddress() const { return Address + Length; } in getEndAddress() function
40 uint64_t HighPC = Desc.getEndAddress(); in extract()
28 DWARFFormValue::dumpAddress(OS, AddressSize, getEndAddress()); in dump()
125 << Twine::utohexstr(getEndAddress()) << "/" << getSize() << "/" in printBrief()
531 uint64_t UpperBound = Section->getEndAddress(); in analyzeJumpTable()534 assert(JumpTableBD->getEndAddress() <= UpperBound && in analyzeJumpTable()536 UpperBound = JumpTableBD->getEndAddress(); in analyzeJumpTable()1407 EndAddress = Itr->second->getEndAddress(); in fixBinaryDataHoles()1411 if (EndAddress < Section.getEndAddress()) in fixBinaryDataHoles()1412 Holes.emplace_back(EndAddress, Section.getEndAddress() - EndAddress); in fixBinaryDataHoles()2108 if (Prev && Prev->getEndAddress() == BD.getAddress()) in markAmbiguousRelocations()2112 if (Address == BD.getEndAddress()) { in markAmbiguousRelocations()2116 BinaryData *Next = getBinaryDataContainingAddress(BD.getEndAddress()); in markAmbiguousRelocations()2117 if (Next && Next->getAddress() == BD.getEndAddress()) in markAmbiguousRelocations()
43 const uint64_t EndOffset = BD.getEndAddress() - getAddress(); in hash()
430 if (Next && Itr->second->getEndAddress() != Next->getAddress() && in markUnmoveableSymbols()431 Next->containsAddress(Itr->second->getEndAddress())) { in markUnmoveableSymbols()
115 {Section.getName(), Section.getAddress(), Section.getEndAddress()}); in getTextSections()
1477 uint64_t NextObjectAddress = Function.getOriginSection()->getEndAddress(); in adjustFunctionBoundaries()