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