Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp626 auto RLOrErr = in parseToInterfaceFile() local
628 if (!RLOrErr) in parseToInterfaceFile()
629 return RLOrErr.takeError(); in parseToInterfaceFile()
630 AttrToTargets ReexportLibs = std::move(*RLOrErr); in parseToInterfaceFile()