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