Searched refs:AddressByteSize (Results 1 – 3 of 3) sorted by relevance
50 uint8_t AddressByteSize,
96 Optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize, in getAbsoluteRanges() argument100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges()
772 inline uint64_t computeTombstoneAddress(uint8_t AddressByteSize) {773 return std::numeric_limits<uint64_t>::max() >> (8 - AddressByteSize) * 8;