Searched refs:IndexOrErr (Results 1 – 2 of 2) sorted by relevance
461 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection() local462 if (!IndexOrErr) in getSection()463 return IndexOrErr.takeError(); in getSection()464 uint32_t Index = *IndexOrErr; in getSection()
3810 Expected<uint32_t> IndexOrErr = in getSymbolSectionNdx() local3812 if (!IndexOrErr) { in getSymbolSectionNdx()3816 this->reportUniqueWarning(IndexOrErr.takeError()); in getSymbolSectionNdx()3819 return to_string(format_decimal(*IndexOrErr, 3)); in getSymbolSectionNdx()