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