Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DDebugTypes.cpp824 Expected<TypeServerSource *> maybeTsSrc = getTypeServerSource(); in remapTpiWithGHashes() local
825 if (!maybeTsSrc) { in remapTpiWithGHashes()
827 joinErrors(std::move(typeMergingError), maybeTsSrc.takeError()); in remapTpiWithGHashes()
830 TypeServerSource *tsSrc = *maybeTsSrc; in remapTpiWithGHashes()