llvm/llvm/lib/Support/CSKYAttributeParser.cpp

//===-- CSKYAttributeParser.cpp - CSKY Attribute Parser -----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/Support/CSKYAttributeParser.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errc.h"

usingnamespacellvm;

const CSKYAttributeParser::DisplayHandler
    CSKYAttributeParser::displayRoutines[] =;

Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) {}

Error CSKYAttributeParser::dspVersion(unsigned tag) {}

Error CSKYAttributeParser::vdspVersion(unsigned tag) {}

Error CSKYAttributeParser::fpuVersion(unsigned tag) {}

Error CSKYAttributeParser::fpuABI(unsigned tag) {}

Error CSKYAttributeParser::fpuRounding(unsigned tag) {}

Error CSKYAttributeParser::fpuDenormal(unsigned tag) {}

Error CSKYAttributeParser::fpuException(unsigned tag) {}

Error CSKYAttributeParser::fpuHardFP(unsigned tag) {}