Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp675 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile() local
676 if (!UndefinedsOrErr) in parseToInterfaceFile()
677 return UndefinedsOrErr.takeError(); in parseToInterfaceFile()
678 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile()