Lines Matching +full:config +full:- +full:space
1 /*===-- llvm-c/Target.h - Target Lib C Iface --------------------*- C++ -*-===*/
6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */
8 /*===----------------------------------------------------------------------===*/
17 /*===----------------------------------------------------------------------===*/
22 #include "llvm-c/ExternC.h"
23 #include "llvm-c/Types.h"
24 #include "llvm/Config/llvm-config.h"
40 /* Declare all of the target-initialization functions that are available. */
43 #include "llvm/Config/Targets.def"
47 #include "llvm/Config/Targets.def"
52 #include "llvm/Config/Targets.def"
58 #include "llvm/Config/AsmPrinters.def"
64 #include "llvm/Config/AsmParsers.def"
70 #include "llvm/Config/Disassemblers.def"
73 /** LLVMInitializeAllTargetInfos - The main program should call this function if
78 #include "llvm/Config/Targets.def" in LLVMInitializeAllTargetInfos()
82 /** LLVMInitializeAllTargets - The main program should call this function if it
87 #include "llvm/Config/Targets.def" in LLVMInitializeAllTargets()
91 /** LLVMInitializeAllTargetMCs - The main program should call this function if
96 #include "llvm/Config/Targets.def" in LLVMInitializeAllTargetMCs()
100 /** LLVMInitializeAllAsmPrinters - The main program should call this function if
105 #include "llvm/Config/AsmPrinters.def" in LLVMInitializeAllAsmPrinters()
109 /** LLVMInitializeAllAsmParsers - The main program should call this function if
114 #include "llvm/Config/AsmParsers.def" in LLVMInitializeAllAsmParsers()
118 /** LLVMInitializeAllDisassemblers - The main program should call this function
124 #include "llvm/Config/Disassemblers.def" in LLVMInitializeAllDisassemblers()
128 /** LLVMInitializeNativeTarget - The main program should call this function to
143 /** LLVMInitializeNativeTargetAsmParser - The main program should call this
155 /** LLVMInitializeNativeTargetAsmPrinter - The main program should call this
167 /** LLVMInitializeNativeTargetDisassembler - The main program should call this
179 /*===-- Target Data -------------------------------------------------------===*/
224 address space.
233 This version allows the address space to be specified.
242 This version allows the address space to be specified.