Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp632 auto RPathsOrErr = getLibSection(File, TBDKey::RPath, TBDKey::Paths, Targets); in parseToInterfaceFile() local
633 if (!RPathsOrErr) in parseToInterfaceFile()
634 return RPathsOrErr.takeError(); in parseToInterfaceFile()
635 AttrToTargets RPaths = std::move(*RPathsOrErr); in parseToInterfaceFile()