Home
last modified time | relevance | path

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

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