1277325Sdim//==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
2277325Sdim//
3353358Sdim// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4353358Sdim// See https://llvm.org/LICENSE.txt for license information.
5353358Sdim// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6277325Sdim//
7277325Sdim//===----------------------------------------------------------------------===//
8277325Sdim//
9277325Sdim// This file defines the Le64-specific builtin function database.  Users of this
10277325Sdim// file must define the BUILTIN macro to make use of this information.
11277325Sdim//
12277325Sdim//===----------------------------------------------------------------------===//
13277325Sdim
14277325Sdim// The format of this database matches clang/Basic/Builtins.def.
15277325Sdim
16277325SdimBUILTIN(__clear_cache, "vv*v*", "i")
17277325Sdim
18277325Sdim#undef BUILTIN
19