Home
last modified time | relevance | path

Searched refs:DebugOrErr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp703 auto DebugOrErr = MemoryBuffer::getFile(File); in GnuDebugLinkSection() local
704 if (!DebugOrErr) in GnuDebugLinkSection()
705 error("'" + File + "': " + DebugOrErr.getError().message()); in GnuDebugLinkSection()
706 auto Debug = std::move(*DebugOrErr); in GnuDebugLinkSection()