Searched refs:SymTypeOrErr (Results 1 – 5 of 5) sorted by relevance
27 Expected<object::SymbolRef::Type> SymTypeOrErr = Symbol->getType(); in isThumbFunc() local28 if (!SymTypeOrErr) { in isThumbFunc()31 logAllUnhandledErrors(SymTypeOrErr.takeError(), OS); in isThumbFunc()35 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
247 Expected<SymbolRef::Type> SymTypeOrErr = Sym.getType(); in notifyObjectLoaded() local248 if (!SymTypeOrErr) { in notifyObjectLoaded()250 consumeError(SymTypeOrErr.takeError()); in notifyObjectLoaded()253 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded()
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()
252 if (auto SymTypeOrErr = I->getType()) in loadObjectImpl() local253 SymType = *SymTypeOrErr; in loadObjectImpl()255 return SymTypeOrErr.takeError(); in loadObjectImpl()
1243 Expected<SymbolRef::Type> SymTypeOrErr = Symbol->getType(); in processRelocationRef() local1244 if (!SymTypeOrErr) { in processRelocationRef()1247 logAllUnhandledErrors(SymTypeOrErr.takeError(), OS); in processRelocationRef()1250 SymType = *SymTypeOrErr; in processRelocationRef()