Searched refs:ErrorOrContents (Results 1 – 1 of 1) sorted by relevance
396 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() local397 if (!ErrorOrContents) in getBuildAttributes()398 return ErrorOrContents.takeError(); in getBuildAttributes()400 auto Contents = ErrorOrContents.get(); in getBuildAttributes()