Home | History | Annotate | Download | only in sample

Lines Matching refs:LLVM_NATIVE_ARCH

3868     x86)     LLVM_NATIVE_ARCH="X86" ;;
3869 x86_64) LLVM_NATIVE_ARCH="X86" ;;
3870 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
5347 # If so, define LLVM_NATIVE_ARCH to that LLVM target.
5349 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
5352 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCH
5355 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target"
5356 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo"
5357 LLVM_NATIVE_TARGETMC="LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC"
5358 LLVM_NATIVE_ASMPRINTER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter"
5359 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
5360 LLVM_NATIVE_ASMPARSER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser"
5362 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then
5363 LLVM_NATIVE_DISASSEMBLER="LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler"
5385 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
5392 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/Makefile ; then