Searched refs:SymTypeOrErr (Results 1 – 5 of 5) sorted by relevance
28 Expected<object::SymbolRef::Type> SymTypeOrErr = Symbol->getType(); in isThumbFunc() local29 if (!SymTypeOrErr) { in isThumbFunc()32 logAllUnhandledErrors(SymTypeOrErr.takeError(), OS); in isThumbFunc()36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
248 Expected<SymbolRef::Type> SymTypeOrErr = Sym.getType(); in notifyObjectLoaded() local249 if (!SymTypeOrErr) { in notifyObjectLoaded()251 consumeError(SymTypeOrErr.takeError()); in notifyObjectLoaded()254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded()
250 Expected<SymbolRef::Type> SymTypeOrErr = Sym.getType(); in notifyObjectLoaded() local251 if (!SymTypeOrErr) { in notifyObjectLoaded()253 consumeError(SymTypeOrErr.takeError()); in notifyObjectLoaded()256 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded()
252 if (auto SymTypeOrErr = I->getType()) in loadObjectImpl() local253 SymType = *SymTypeOrErr; in loadObjectImpl()255 return SymTypeOrErr.takeError(); in loadObjectImpl()
1627 Expected<SymbolRef::Type> SymTypeOrErr = Symbol->getType(); in processRelocationRef() local1628 if (!SymTypeOrErr) { in processRelocationRef()1631 logAllUnhandledErrors(SymTypeOrErr.takeError(), OS); in processRelocationRef()1634 SymType = *SymTypeOrErr; in processRelocationRef()