//===---- Mips16HardFloatInfo.cpp for Mips16 Hard Float -----===// // // 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 // //===----------------------------------------------------------------------===// // // This file contains the Mips16 implementation of Mips16HardFloatInfo // namespace. // //===----------------------------------------------------------------------===// #include "Mips16HardFloatInfo.h" #include <string.h> namespace llvm { namespace Mips16HardFloatInfo { const FuncNameSignature PredefinedFuncs[] = …; // just do a search for now. there are very few of these special cases. // extern FuncSignature const *findFuncSignature(const char *name) { … } } }