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