| 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(, "arm_acle.h" ) |
| 16 | HEADER(, "Blocks.h" ) |
| 17 | HEADER(, "complex.h" ) |
| 18 | HEADER(, "ctype.h" ) |
| 19 | HEADER(, "emmintrin.h" ) |
| 20 | HEADER(, "Foundation/NSObjCRuntime.h" ) |
| 21 | HEADER(, "immintrin.h" ) |
| 22 | HEADER(, "intrin.h" ) |
| 23 | HEADER(, "malloc.h" ) |
| 24 | HEADER(, "math.h" ) |
| 25 | HEADER(, "memory" ) |
| 26 | HEADER(, "objc/message.h" ) |
| 27 | HEADER(, "objc/objc-auto.h" ) |
| 28 | HEADER(, "objc/objc-exception.h" ) |
| 29 | HEADER(, "objc/objc-sync.h" ) |
| 30 | HEADER(, "objc/runtime.h" ) |
| 31 | HEADER(, "pthread.h" ) |
| 32 | HEADER(, "setjmpex.h" ) |
| 33 | HEADER(, "setjmp.h" ) |
| 34 | HEADER(, "stdarg.h" ) |
| 35 | HEADER(, "stdio.h" ) |
| 36 | HEADER(, "stdlib.h" ) |
| 37 | HEADER(, "strings.h" ) |
| 38 | HEADER(, "string.h" ) |
| 39 | HEADER(, "unistd.h" ) |
| 40 | HEADER(, "utility" ) |
| 41 | HEADER(, "wchar.h" ) |
| 42 | HEADER(, "xmmintrin.h" ) |
| 43 | |
| 44 | #undef HEADER |
| 45 | |