Home | History | Annotate | Download | only in autoconf

Lines Matching refs:LLVM_NATIVE_ARCH

745 LLVM_NATIVE_ARCH
4263 x86) LLVM_NATIVE_ARCH="X86" ;;
4264 x86_64) LLVM_NATIVE_ARCH="X86" ;;
4265 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
4270 LLVM_NATIVE_ARCH=$LLVM_NATIVE_ARCH
5499 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
5502 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCH
5505 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target"
5506 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo"
5507 LLVM_NATIVE_TARGETMC="LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC"
5508 LLVM_NATIVE_ASMPRINTER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter"
5509 if test -f ${llvm_srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/CMakeLists.txt ; then
5510 LLVM_NATIVE_ASMPARSER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser"
5512 if test -f ${llvm_srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/CMakeLists.txt ; then
5513 LLVM_NATIVE_DISASSEMBLER="LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler"
5535 if test -f ${llvm_srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/CMakeLists.txt ; then
5542 if test -f ${llvm_srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/CMakeLists.txt ; then