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