Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h162 std::optional<uint64_t> getLastFunctionAddress() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp384 std::optional<uint64_t> GsymCreator::getLastFunctionAddress() const { in getLastFunctionAddress() function in GsymCreator
412 const std::optional<uint64_t> LastFuncAddr = getLastFunctionAddress(); in getAddressOffsetSize()