Searched refs:errorOrDefault (Results 1 – 1 of 1) sorted by relevance
73 template <class T> T errorOrDefault(ErrorOr<T> Val, T Default = T()) { in errorOrDefault() function120 StringRef SymbolName = errorOrDefault(Obj.getSymbolName(Symbol)); in getFullSymbolName()160 SectionName = errorOrDefault(Obj.getSectionName(Sec)); in getSectionNameIndex()577 StringRef Name = errorOrDefault(Obj->getSectionName(Section)); in printSections()610 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section)); in printSections()630 StringRef Name = errorOrDefault(Obj->getSectionName(&*SecI)); in printRelocations()675 SymbolName = errorOrDefault(Obj->getSymbolName(Sym.first, Sym.second)); in printRelocation()