Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp312 std::optional<uint64_t> OptFuncStartAddr = getAddress(AddrIdx); in getFunctionInfoDataAtIndex() local
313 if (!OptFuncStartAddr) in getFunctionInfoDataAtIndex()
316 FuncStartAddr = *OptFuncStartAddr; in getFunctionInfoDataAtIndex()