1 | //===--- BuiltinHeaders.def - Builtin header info database ------*- C++ -*-===// |
2 | // |
3 | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
4 | // See https://llvm.org/LICENSE.txt for license information. |
5 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
6 | // |
7 | //===----------------------------------------------------------------------===// |
8 | // |
9 | // This file defines the standard builtin function header locations. Users of |
10 | // this file must define the HEADER macro to make use of this information. |
11 | // |
12 | //===----------------------------------------------------------------------===// |
13 | |
14 | HEADER(, nullptr) |
15 | HEADER(, "Blocks.h" ) |
16 | HEADER(, "complex.h" ) |
17 | HEADER(, "ctype.h" ) |
18 | HEADER(, "emmintrin.h" ) |
19 | HEADER(, "Foundation/NSObjCRuntime.h" ) |
20 | HEADER(, "immintrin.h" ) |
21 | HEADER(, "intrin.h" ) |
22 | HEADER(, "malloc.h" ) |
23 | HEADER(, "math.h" ) |
24 | HEADER(, "memory" ) |
25 | HEADER(, "objc/message.h" ) |
26 | HEADER(, "objc/objc-auto.h" ) |
27 | HEADER(, "objc/objc-exception.h" ) |
28 | HEADER(, "objc/objc-sync.h" ) |
29 | HEADER(, "objc/runtime.h" ) |
30 | HEADER(, "pthread.h" ) |
31 | HEADER(, "setjmpex.h" ) |
32 | HEADER(, "setjmp.h" ) |
33 | HEADER(, "stdarg.h" ) |
34 | HEADER(, "stdio.h" ) |
35 | HEADER(, "stdlib.h" ) |
36 | HEADER(, "strings.h" ) |
37 | HEADER(, "string.h" ) |
38 | HEADER(, "unistd.h" ) |
39 | HEADER(, "utility" ) |
40 | HEADER(, "wchar.h" ) |
41 | HEADER(, "xmmintrin.h" ) |
42 | |
43 | #undef HEADER |
44 | |