Searched refs:RPathsOrErr (Results 1 – 1 of 1) sorted by relevance
632 auto RPathsOrErr = getLibSection(File, TBDKey::RPath, TBDKey::Paths, Targets); in parseToInterfaceFile() local633 if (!RPathsOrErr) in parseToInterfaceFile()634 return RPathsOrErr.takeError(); in parseToInterfaceFile()635 AttrToTargets RPaths = std::move(*RPathsOrErr); in parseToInterfaceFile()