Searched refs:getBaseAddress (Results 1 – 9 of 9) sorted by relevance
660 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()667 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()703 Offset, getBaseAddress(), in findLoclistFromOffset()1048 std::optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
88 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
417 if (Event.Address == Binary->getBaseAddress()) { in updateBinaryAddress()439 Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()449 if (Event.Offset - *It != Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()
351 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
355 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
2795 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
424 std::optional<object::SectionedAddress> getBaseAddress();
522 LVAddress getBaseAddress() const { in getBaseAddress() function
1021 if (std::optional<SectionedAddress> BA = U->getBaseAddress()) in processLocationList()