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