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)
34 # error Unsupported TARGET_ARCH for LLVM_DISASSEMBLER
37 #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)
31 #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.h70 #define LLVM_DISASSEMBLER(TargetName) \ macro
73 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
124 #define LLVM_DISASSEMBLER(TargetName) \ in LLVMInitializeAllDisassemblers() macro
127 #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/
DCMakeLists.txt344 "${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")
/external/llvm/projects/sample/autoconf/
Dconfigure.ac693 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";
/external/llvm/autoconf/
Dconfigure.ac927 LLVM_ENUM_DISASSEMBLERS="LLVM_DISASSEMBLER($target_to_build) $LLVM_ENUM_DISASSEMBLERS";