Searched refs:ObjFileOrErr (Results 1 – 1 of 1) sorted by relevance
135 auto ObjFileOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in processInput() local136 if (ObjFileOrErr) { in processInput()137 processSymbols(**ObjFileOrErr); in processInput()142 llvm::consumeError(ObjFileOrErr.takeError()); in processInput()