Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A DDisassemblers.def12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
27 LLVM_DISASSEMBLER(AMDGPU)
28 LLVM_DISASSEMBLER(Mips)
29 LLVM_DISASSEMBLER(ARM)
30 LLVM_DISASSEMBLER(AArch64)
31 LLVM_DISASSEMBLER(Sparc)
32 LLVM_DISASSEMBLER(PowerPC)
33 LLVM_DISASSEMBLER(X86)
[all …]
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/
H A DDisassemblers.def.in12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
29 #undef LLVM_DISASSEMBLER
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/
H A DDisassemblers.def.in12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
29 #undef LLVM_DISASSEMBLER
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DTarget.h68 #define LLVM_DISASSEMBLER(TargetName) \ macro
71 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
122 #define LLVM_DISASSEMBLER(TargetName) \ in LLVMInitializeAllDisassemblers() macro
125 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllDisassemblers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetSelect.h41 #define LLVM_DISASSEMBLER(TargetName) \ macro
106 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler(); in InitializeAllDisassemblers() macro
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/include/llvm/Config/
H A DBUILD.gn424 value = "LLVM_DISASSEMBLER"
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCMakeLists.txt748 "${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac1162 LLVM_ENUM_DISASSEMBLERS="$LLVM_ENUM_DISASSEMBLERS${as_nl}LLVM_DISASSEMBLER($target_to_build)";