Home
last modified time | relevance | path

Searched refs:LLVM_NATIVE_DISASSEMBLER (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Config/
Dllvm-platform-config.h27 #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler macro
54 #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler macro
81 #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeMipsDisassembler macro
107 #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeAArch64Disassembler macro
Dllvm-config.h.in63 #undef LLVM_NATIVE_DISASSEMBLER
Dllvm-config.h.cmake63 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
Dconfig.h.in457 #undef LLVM_NATIVE_DISASSEMBLER
/external/llvm/include/llvm/Support/
DTargetSelect.h156 #ifdef LLVM_NATIVE_DISASSEMBLER in InitializeNativeTargetDisassembler()
157 LLVM_NATIVE_DISASSEMBLER(); in InitializeNativeTargetDisassembler()
/external/llvm/include/llvm-c/
DTarget.h176 #ifdef LLVM_NATIVE_DISASSEMBLER in LLVMInitializeNativeDisassembler()
177 LLVM_NATIVE_DISASSEMBLER(); in LLVMInitializeNativeDisassembler()
/external/llvm/cmake/
Dconfig-ix.cmake391 set(LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler) variable
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch2034 +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
2061 +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
2088 +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeMipsDisassembler
2114 +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeAArch64Disassembler
/external/llvm/autoconf/
Dconfigure.ac1169 LLVM_NATIVE_DISASSEMBLER="LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler"
1184 AC_DEFINE_UNQUOTED(LLVM_NATIVE_DISASSEMBLER, $LLVM_NATIVE_DISASSEMBLER, definition
/external/llvm/
Dconfigure5701 LLVM_NATIVE_DISASSEMBLER="LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler"