Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 52) sorted by relevance

123

/xen/
A D.travis.yml13 - compiler: gcc
15 - compiler: gcc
17 - compiler: gcc-5
19 - compiler: gcc
21 - compiler: gcc-5
23 - compiler: clang
27 - compiler: gcc
29 - compiler: gcc
31 - compiler: gcc
33 - compiler: gcc
[all …]
A DREADME39 * C compiler and linker:
64 * ACPI ASL compiler (iasl)
84 * 16-bit x86 assembler, loader and compiler for qemu-traditional / rombios
A DINSTALL291 is required to use XSM/Flask; if the SELinux policy compiler is
293 This option is enabled by default if XSM is enabled and the compiler
361 * To build xen and tools using a cross compiler:
/xen/xen/scripts/
A Dclang-version.sh9 compiler="$*"
11 if ! ( $compiler --version | grep -q clang) ; then
16 MAJOR=$(echo __clang_major__ | $compiler -E -x c - | tail -n 1)
17 MINOR=$(echo __clang_minor__ | $compiler -E -x c - | tail -n 1)
18 PATCHLEVEL=$(echo __clang_patchlevel__ | $compiler -E -x c - | tail -n 1)
A Dgcc-version.sh9 compiler="$*"
17 if ! ( $compiler --version | head -n 1 | grep -q gcc ); then
22 MAJOR=$(echo __GNUC__ | $compiler -E -x c - | tail -n 1)
23 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -x c - | tail -n 1)
24 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -x c - | tail -n 1)
A DKconfig.include27 # Return y if the compiler supports <flag>, n otherwise
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
A DKbuild.include117 # differed from actual command line. This happens when compiler
/xen/tools/libacpi/
A DREADME15 compiler as -DLIBACPI_STDUTILS=\"<filename>\". See tools/firmware/hvmloader/Makefile
29 DSDT compiler "iasl" is needed. By default, it will be downloaded
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst20 Coverage support is dependent on the compiler and toolchain used. As Xen
21 isn't a userspace application, it can't use the compiler supplied library, and
25 or later, and Xen is compatible with these. However, the compiler internal
32 compiler in use.
/xen/m4/
A Dgolang.m42 dnl Check for the go compiler
A Dxenstored.m43 …AC_MSG_ERROR([Missing ocaml dependencies for oxenstored, try installing ocaml ocaml-compiler-libs …
A Docaml.m4220 AC_MSG_CHECKING([for OCaml compiler word size])
/xen/xen/include/xen/
A Dcompile.h.in6 #define XEN_COMPILER "@@compiler@@"
A Dcompiler.h5 #error Sorry, your compiler is too old/not recognized.
/xen/xen/include/public/
A Dversion.h47 char compiler[64]; member
/xen/xen/common/
A Dkernel.c382 static HYPFS_STRING_INIT(compiler, "compiler");
400 hypfs_string_set_reference(&compiler, xen_compiler()); in buildinfo_init()
404 hypfs_add_leaf(&compileinfo, &compiler, true); in buildinfo_init()
483 safe_strcpy(info.compiler, deny ? xen_deny() : xen_compiler()); in DO()
/xen/tools/tests/cpu-policy/
A DMakefile14 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
/xen/xen/
A DKconfig.debug111 Enable undefined behaviour sanitizer. It uses compiler to insert code
113 This requires a UBSAN capable compiler and it is a debug only feature.
A DKconfig57 # For architectures that know their compiler __int128 support is sound
/xen/tools/fuzz/
A DREADME.oss-fuzz21 inherit the correct compiler settings and be run in a pre-setup
/xen/docs/misc/
A Dhypfs-paths.pandoc154 #### /buildinfo/compileinfo/compiler = STRING
156 The compiler used to build Xen.
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst32 Depending on whether the compiler supports ``__attribute__((__ms_abi__))`` or
/xen/tools/libxl/
A Dlibxl.c602 info->compiler = libxl__strdup(NOGC, u.xen_cc.compiler); in libxl_get_version_info()
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml144 compiler : string; RecordField
A Dxenctrl.mli118 compiler : string; RecordField

Completed in 20 milliseconds

123