Home
last modified time | relevance | path

Searched refs:LastFuncAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp412 const std::optional<uint64_t> LastFuncAddr = getLastFunctionAddress(); in getAddressOffsetSize() local
413 if (BaseAddress && LastFuncAddr) { in getAddressOffsetSize()
414 const uint64_t AddrDelta = *LastFuncAddr - *BaseAddress; in getAddressOffsetSize()