Searched refs:UndefinedsOrErr (Results 1 – 1 of 1) sorted by relevance
675 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile() local676 if (!UndefinedsOrErr) in parseToInterfaceFile()677 return UndefinedsOrErr.takeError(); in parseToInterfaceFile()678 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile()