Searched refs:LLVM_NATIVE_ARCH (Results 1 - 4 of 4) sorted by last modified time

/external/llvm/
H A Dconfigure681 LLVM_NATIVE_ARCH
4176 x86) LLVM_NATIVE_ARCH="X86" ;;
4177 x86_64) LLVM_NATIVE_ARCH="X86" ;;
4178 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
4183 LLVM_NATIVE_ARCH=$LLVM_NATIVE_ARCH
5439 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
5442 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCH
5445 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Targe
[all...]
/external/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake54 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
57 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
60 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
63 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
66 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
69 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
72 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
H A Dllvm-config.h.in54 #undef LLVM_NATIVE_ARCH
H A Dllvm-platform-config.h15 #define LLVM_NATIVE_ARCH X86 macro
42 #define LLVM_NATIVE_ARCH ARM macro
69 #define LLVM_NATIVE_ARCH Mips macro
95 #define LLVM_NATIVE_ARCH AArch64 macro

Completed in 107 milliseconds