Home
last modified time | relevance | path

Searched refs:LLVM_ASM_PRINTER (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A DAsmPrinters.def12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
27 LLVM_ASM_PRINTER(AMDGPU)
28 LLVM_ASM_PRINTER(Mips)
29 LLVM_ASM_PRINTER(ARM)
30 LLVM_ASM_PRINTER(AArch64)
31 LLVM_ASM_PRINTER(Sparc)
32 LLVM_ASM_PRINTER(PowerPC)
33 LLVM_ASM_PRINTER(X86)
[all …]
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/
H A DAsmPrinters.def.in12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
29 #undef LLVM_ASM_PRINTER
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/
H A DAsmPrinters.def.in12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
23 #ifndef LLVM_ASM_PRINTER
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
29 #undef LLVM_ASM_PRINTER
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DTarget.h56 #define LLVM_ASM_PRINTER(TargetName) \ macro
59 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */
104 #define LLVM_ASM_PRINTER(TargetName) LLVMInitialize##TargetName##AsmPrinter(); in LLVMInitializeAllAsmPrinters() macro
106 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllAsmPrinters()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetSelect.h33 #define LLVM_ASM_PRINTER(TargetName) void LLVMInitialize##TargetName##AsmPrinter(); macro
86 #define LLVM_ASM_PRINTER(TargetName) LLVMInitialize##TargetName##AsmPrinter(); in InitializeAllAsmPrinters() macro
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/include/llvm/Config/
H A DBUILD.gn419 value = "LLVM_ASM_PRINTER"
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCMakeLists.txt740 "${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac1156 LLVM_ENUM_ASM_PRINTERS="$LLVM_ENUM_ASM_PRINTERS${as_nl}LLVM_ASM_PRINTER($target_to_build)";