Searched refs:OptFuncStartAddr (Results 1 – 1 of 1) sorted by relevance
312 std::optional<uint64_t> OptFuncStartAddr = getAddress(AddrIdx); in getFunctionInfoDataAtIndex() local313 if (!OptFuncStartAddr) in getFunctionInfoDataAtIndex()316 FuncStartAddr = *OptFuncStartAddr; in getFunctionInfoDataAtIndex()