Searched refs:MaybeObj (Results 1 – 1 of 1) sorted by relevance
430 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in printLineInfoForInput() local433 if (!MaybeObj) { in printLineInfoForInput()436 logAllUnhandledErrors(MaybeObj.takeError(), OS); in printLineInfoForInput()441 ObjectFile &Obj = **MaybeObj; in printLineInfoForInput()566 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in executeInput() local569 if (!MaybeObj) { in executeInput()572 logAllUnhandledErrors(MaybeObj.takeError(), OS); in executeInput()577 ObjectFile &Obj = **MaybeObj; in executeInput()971 Expected<std::unique_ptr<ObjectFile>> MaybeObj( in linkAndVerify() local974 if (!MaybeObj) { in linkAndVerify()[all …]