Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp826 Expected<TypeServerSource *> maybeTsSrc = getTypeServerSource(); in remapTpiWithGHashes() local
827 if (!maybeTsSrc) { in remapTpiWithGHashes()
829 joinErrors(std::move(typeMergingError), maybeTsSrc.takeError()); in remapTpiWithGHashes()
832 TypeServerSource *tsSrc = *maybeTsSrc; in remapTpiWithGHashes()