Searched refs:LastFuncAddr (Results 1 – 1 of 1) sorted by relevance
468 const std::optional<uint64_t> LastFuncAddr = getLastFunctionAddress(); in getAddressOffsetSize() local469 if (BaseAddress && LastFuncAddr) { in getAddressOffsetSize()470 const uint64_t AddrDelta = *LastFuncAddr - *BaseAddress; in getAddressOffsetSize()