Home
last modified time | relevance | path

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

/external/llvm/device/include/llvm/Config/
DDisassemblers.def23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
28 LLVM_DISASSEMBLER(ARM)
30 LLVM_DISASSEMBLER(Mips)
32 LLVM_DISASSEMBLER(X86)
35 LLVM_DISASSEMBLER(ARM)
39 LLVM_DISASSEMBLER(ARM)
40 LLVM_DISASSEMBLER(AArch64)
42 # error Unsupported TARGET_ARCH for LLVM_DISASSEMBLER
45 #undef LLVM_DISASSEMBLER
/external/llvm/host/include/llvm/Config/
DDisassemblers.def23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
27 LLVM_DISASSEMBLER(ARM)
28 LLVM_DISASSEMBLER(Mips)
29 LLVM_DISASSEMBLER(X86)
30 LLVM_DISASSEMBLER(AArch64)
32 #undef LLVM_DISASSEMBLER
/external/llvm/include/llvm/Config/
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
/external/llvm/include/llvm-c/
DTarget.h73 #define LLVM_DISASSEMBLER(TargetName) \ macro
76 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
127 #define LLVM_DISASSEMBLER(TargetName) \ in LLVMInitializeAllDisassemblers() macro
130 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllDisassemblers()
/external/llvm/include/llvm/Support/
DTargetSelect.h42 #define LLVM_DISASSEMBLER(TargetName) \ macro
107 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler(); in InitializeAllDisassemblers() macro
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch156 +#ifndef LLVM_DISASSEMBLER
157 +# error Please define the macro LLVM_DISASSEMBLER(TargetName)
161 + LLVM_DISASSEMBLER(ARM)
163 + LLVM_DISASSEMBLER(Mips)
165 + LLVM_DISASSEMBLER(X86)
167 + LLVM_DISASSEMBLER(AArch64)
169 +# error Unsupported TARGET_ARCH for LLVM_DISASSEMBLER
172 +#undef LLVM_DISASSEMBLER
1116 +#ifndef LLVM_DISASSEMBLER
1117 +# error Please define the macro LLVM_DISASSEMBLER(TargetName)
[all …]
/external/llvm/
DCMakeLists.txt465 "${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")
/external/llvm/autoconf/
Dconfigure.ac1205 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";