Searched refs:DebugOrErr (Results 1 – 1 of 1) sorted by relevance
798 auto DebugOrErr = MemoryBuffer::getFile(Config.AddGnuDebugLink); in parseObjcopyOptions() local799 if (!DebugOrErr) in parseObjcopyOptions()800 return createFileError(Config.AddGnuDebugLink, DebugOrErr.getError()); in parseObjcopyOptions()801 auto Debug = std::move(*DebugOrErr); in parseObjcopyOptions()