Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:44:29

0001 //===-- llvm/Support/DataTypes.h - Define fixed size types ------*- C++ -*-===//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008 //
0009 // Due to layering constraints (Support depends on llvm-c) this is a thin
0010 // wrapper around the implementation that lives in llvm-c, though most clients
0011 // can/should think of this as being provided by Support for simplicity (not
0012 // many clients are aware of their dependency on llvm-c).
0013 //
0014 //===----------------------------------------------------------------------===//
0015 
0016 #ifndef LLVM_SUPPORT_DATATYPES_H
0017 #define LLVM_SUPPORT_DATATYPES_H
0018 
0019 #include "llvm-c/DataTypes.h"
0020 
0021 #endif // LLVM_SUPPORT_DATATYPES_H