Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1040 Expected<uintptr_t> ExceptionSectOrErr = in getExceptionEntries() local
1042 if (!ExceptionSectOrErr) in getExceptionEntries()
1043 return ExceptionSectOrErr.takeError(); in getExceptionEntries()
1050 reinterpret_cast<ExceptEnt *>(*ExceptionSectOrErr); in getExceptionEntries()