Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp769 auto fileOrError = normalizedToAtoms(nf, info->_path, true); in handledDocTag() local
772 if (!fileOrError) { in handledDocTag()
775 handleAllErrors(fileOrError.takeError(), in handledDocTag()
793 file = fileOrError->release(); in handledDocTag()