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