1*67e74705SXin Li//==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==// 2*67e74705SXin Li// 3*67e74705SXin Li// The LLVM Compiler Infrastructure 4*67e74705SXin Li// 5*67e74705SXin Li// This file is distributed under the University of Illinois Open Source 6*67e74705SXin Li// License. See LICENSE.TXT for details. 7*67e74705SXin Li// 8*67e74705SXin Li//===----------------------------------------------------------------------===// 9*67e74705SXin Li// 10*67e74705SXin Li// This file defines the Le64-specific builtin function database. Users of this 11*67e74705SXin Li// file must define the BUILTIN macro to make use of this information. 12*67e74705SXin Li// 13*67e74705SXin Li//===----------------------------------------------------------------------===// 14*67e74705SXin Li 15*67e74705SXin Li// The format of this database matches clang/Basic/Builtins.def. 16*67e74705SXin Li 17*67e74705SXin LiBUILTIN(__clear_cache, "vv*v*", "i") 18*67e74705SXin Li 19*67e74705SXin Li#undef BUILTIN 20