Home | History | Annotate | Download | only in llvmbuild

Lines Matching refs:Native

624     the "all-targets", "Native", "NativeCodeGen", and "Engine" components.
632 # Find the configured native target.
645 parser.error("invalid native target: %r (not in project)" % (
648 parser.error("invalid native target: %r (not a target)" % (
698 native_group = find_special_group('Native')
708 # If we have a native target, then that defines the native and
715 # If we have a native target with a JIT, use that for the engine. Otherwise,
771 group.add_option("", "--native-target",
773 help=("Treat the named target as the 'native' one, if "