Searched refs:ErrorOrContents (Results 1 – 1 of 1) sorted by relevance
385 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() local386 if (!ErrorOrContents) in getBuildAttributes()387 return ErrorOrContents.takeError(); in getBuildAttributes()389 auto Contents = ErrorOrContents.get(); in getBuildAttributes()