Home
last modified time | relevance | path

Searched defs:endianness (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamReader.cpp16 using endianness = llvm::support::endianness; typedef
/freebsd-11-stable/contrib/gcc/
HDgcov-dump.c158 int endianness = 0; in dump_file() local
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c2079 enum bfd_endian endianness) in _print_insn_mips()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDEndian.h29 enum endianness {big, little, native}; enum
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDConfig.h261 llvm::support::endianness endianness; member