Home
last modified time | relevance | path

Searched refs:LLVM_DISASSEMBLER (Results 1 – 10 of 10) 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)
36 LLVM_DISASSEMBLER(AArch64)
40 LLVM_DISASSEMBLER(ARM)
41 LLVM_DISASSEMBLER(AArch64)
43 # error Unsupported TARGET_ARCH for LLVM_DISASSEMBLER
[all …]
/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/swiftshader/third_party/LLVM/include/llvm/Config/
DDisassemblers.def23 #ifndef LLVM_DISASSEMBLER
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
27 LLVM_DISASSEMBLER(X86)
30 #undef LLVM_DISASSEMBLER
DDisassemblers.def.in23 #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/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetSelect.h42 #define LLVM_DISASSEMBLER(TargetName) \ macro
107 #define LLVM_DISASSEMBLER(TargetName) LLVMInitialize##TargetName##Disassembler(); in InitializeAllDisassemblers() macro
/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/
DCMakeLists.txt579 "${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac703 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";