Searched refs:ObjFileOrErr (Results 1 – 1 of 1) sorted by relevance
198 auto ObjFileOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in processInput() local199 if (ObjFileOrErr) { in processInput()200 processSymbols(**ObjFileOrErr); in processInput()205 llvm::consumeError(ObjFileOrErr.takeError()); in processInput()