History log of /freebsd/lib/libsys/ (Results 101 – 125 of 157)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ee632fb917-Apr-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: normalize export of openat, setcontext, and swapcontext

List them in the symbol map rather than using the __sym_default to
expose them. This will allow later improvements in the stub
im

lib{c,sys}: normalize export of openat, setcontext, and swapcontext

List them in the symbol map rather than using the __sym_default to
expose them. This will allow later improvements in the stub
implementations in libc.so.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44113

show more ...

df1a09ba16-Apr-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: expose a few more symbols for libc's use

These private symbols are used by libc so expose as we do with
auxargs bits rather then relying on duplicate implementations in libc.

Reviewed by: k

libsys: expose a few more symbols for libc's use

These private symbols are used by libc so expose as we do with
auxargs bits rather then relying on duplicate implementations in libc.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44114

show more ...


/freebsd/bin/cp/cp.c
/freebsd/bin/cp/utils.c
/freebsd/cddl/lib/libnvpair/Makefile
/freebsd/contrib/libarchive/NEWS
/freebsd/contrib/libarchive/cat/bsdcat.1
/freebsd/contrib/libarchive/cat/bsdcat.c
/freebsd/contrib/libarchive/cat/bsdcat.h
/freebsd/contrib/libarchive/cat/bsdcat_platform.h
/freebsd/contrib/libarchive/cat/cmdline.c
/freebsd/contrib/libarchive/cat/test/test.h
/freebsd/contrib/libarchive/cpio/bsdcpio.1
/freebsd/contrib/libarchive/cpio/cmdline.c
/freebsd/contrib/libarchive/cpio/cpio.c
/freebsd/contrib/libarchive/cpio/cpio.h
/freebsd/contrib/libarchive/cpio/cpio_platform.h
/freebsd/contrib/libarchive/cpio/test/test.h
/freebsd/contrib/libarchive/cpio/test/test_0.c
/freebsd/contrib/libarchive/cpio/test/test_basic.c
/freebsd/contrib/libarchive/cpio/test/test_cmdline.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_Z.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_bz2.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_grz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_gz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lrz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lz4.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lzma.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lzo.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_xz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_zstd.c
/freebsd/contrib/libarchive/cpio/test/test_format_newc.c
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat.c
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat_ref.bin.uu
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat_ref.crc.uu
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat_ref.newc.uu
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat_ref.ustar.uu
/freebsd/contrib/libarchive/cpio/test/test_missing_file.c
/freebsd/contrib/libarchive/cpio/test/test_option_0.c
/freebsd/contrib/libarchive/cpio/test/test_option_B_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_C_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_J_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_L_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_Z_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_a.c
/freebsd/contrib/libarchive/cpio/test/test_option_b64encode.c
/freebsd/contrib/libarchive/cpio/test/test_option_c.c
/freebsd/contrib/libarchive/cpio/test/test_option_d.c
/freebsd/contrib/libarchive/cpio/test/test_option_f.c
/freebsd/contrib/libarchive/cpio/test/test_option_f.cpio.uu
/freebsd/contrib/libarchive/cpio/test/test_option_grzip.c
/freebsd/contrib/libarchive/cpio/test/test_option_help.c
/freebsd/contrib/libarchive/cpio/test/test_option_l.c
/freebsd/contrib/libarchive/cpio/test/test_option_lrzip.c
/freebsd/contrib/libarchive/cpio/test/test_option_lz4.c
/freebsd/contrib/libarchive/cpio/test/test_option_lzma.c
/freebsd/contrib/libarchive/cpio/test/test_option_lzop.c
/freebsd/contrib/libarchive/cpio/test/test_option_m.c
/freebsd/contrib/libarchive/cpio/test/test_option_m.cpio.uu
/freebsd/contrib/libarchive/cpio/test/test_option_passphrase.c
/freebsd/contrib/libarchive/cpio/test/test_option_t.c
/freebsd/contrib/libarchive/cpio/test/test_option_t.cpio.uu
/freebsd/contrib/libarchive/cpio/test/test_option_t.stdout.uu
/freebsd/contrib/libarchive/cpio/test/test_option_tv.stdout.uu
/freebsd/contrib/libarchive/cpio/test/test_option_u.c
/freebsd/contrib/libarchive/cpio/test/test_option_uuencode.c
/freebsd/contrib/libarchive/cpio/test/test_option_xz.c
/freebsd/contrib/libarchive/cpio/test/test_option_y.c
/freebsd/contrib/libarchive/cpio/test/test_option_z.c
/freebsd/contrib/libarchive/cpio/test/test_option_zstd.c
/freebsd/contrib/libarchive/cpio/test/test_owner_parse.c
/freebsd/contrib/libarchive/cpio/test/test_passthrough_dotdot.c
/freebsd/contrib/libarchive/cpio/test/test_passthrough_reverse.c
/freebsd/contrib/libarchive/libarchive/archive.h
/freebsd/contrib/libarchive/libarchive/archive_acl.c
/freebsd/contrib/libarchive/libarchive/archive_acl_private.h
/freebsd/contrib/libarchive/libarchive/archive_check_magic.c
/freebsd/contrib/libarchive/libarchive/archive_cmdline.c
/freebsd/contrib/libarchive/libarchive/archive_cmdline_private.h
/freebsd/contrib/libarchive/libarchive/archive_crc32.h
/freebsd/contrib/libarchive/libarchive/archive_cryptor.c
/freebsd/contrib/libarchive/libarchive/archive_digest.c
/freebsd/contrib/libarchive/libarchive/archive_endian.h
/freebsd/contrib/libarchive/libarchive/archive_entry.3
/freebsd/contrib/libarchive/libarchive/archive_entry.c
/freebsd/contrib/libarchive/libarchive/archive_entry.h
/freebsd/contrib/libarchive/libarchive/archive_entry_copy_stat.c
/freebsd/contrib/libarchive/libarchive/archive_entry_link_resolver.c
/freebsd/contrib/libarchive/libarchive/archive_entry_locale.h
/freebsd/contrib/libarchive/libarchive/archive_entry_private.h
/freebsd/contrib/libarchive/libarchive/archive_entry_sparse.c
/freebsd/contrib/libarchive/libarchive/archive_entry_stat.c
/freebsd/contrib/libarchive/libarchive/archive_entry_strmode.c
/freebsd/contrib/libarchive/libarchive/archive_entry_time.3
/freebsd/contrib/libarchive/libarchive/archive_entry_xattr.c
/freebsd/contrib/libarchive/libarchive/archive_getdate.c
/freebsd/contrib/libarchive/libarchive/archive_getdate.h
/freebsd/contrib/libarchive/libarchive/archive_match.c
/freebsd/contrib/libarchive/libarchive/archive_options.c
/freebsd/contrib/libarchive/libarchive/archive_options_private.h
/freebsd/contrib/libarchive/libarchive/archive_pack_dev.c
/freebsd/contrib/libarchive/libarchive/archive_pathmatch.c
/freebsd/contrib/libarchive/libarchive/archive_pathmatch.h
/freebsd/contrib/libarchive/libarchive/archive_platform.h
/freebsd/contrib/libarchive/libarchive/archive_platform_acl.h
/freebsd/contrib/libarchive/libarchive/archive_platform_xattr.h
/freebsd/contrib/libarchive/libarchive/archive_private.h
/freebsd/contrib/libarchive/libarchive/archive_random.c
/freebsd/contrib/libarchive/libarchive/archive_read.3
/freebsd/contrib/libarchive/libarchive/archive_read.c
/freebsd/contrib/libarchive/libarchive/archive_read_add_passphrase.3
/freebsd/contrib/libarchive/libarchive/archive_read_add_passphrase.c
/freebsd/contrib/libarchive/libarchive/archive_read_append_filter.c
/freebsd/contrib/libarchive/libarchive/archive_read_data.3
/freebsd/contrib/libarchive/libarchive/archive_read_data_into_fd.c
/freebsd/contrib/libarchive/libarchive/archive_read_disk.3
/freebsd/contrib/libarchive/libarchive/archive_read_disk_entry_from_file.c
/freebsd/contrib/libarchive/libarchive/archive_read_disk_posix.c
/freebsd/contrib/libarchive/libarchive/archive_read_disk_private.h
/freebsd/contrib/libarchive/libarchive/archive_read_disk_set_standard_lookup.c
/freebsd/contrib/libarchive/libarchive/archive_read_extract.3
/freebsd/contrib/libarchive/libarchive/archive_read_extract.c
/freebsd/contrib/libarchive/libarchive/archive_read_extract2.c
/freebsd/contrib/libarchive/libarchive/archive_read_filter.3
/freebsd/contrib/libarchive/libarchive/archive_read_format.3
/freebsd/contrib/libarchive/libarchive/archive_read_free.3
/freebsd/contrib/libarchive/libarchive/archive_read_header.3
/freebsd/contrib/libarchive/libarchive/archive_read_new.3
/freebsd/contrib/libarchive/libarchive/archive_read_open.3
/freebsd/contrib/libarchive/libarchive/archive_read_open_fd.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_file.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_filename.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_memory.c
/freebsd/contrib/libarchive/libarchive/archive_read_private.h
/freebsd/contrib/libarchive/libarchive/archive_read_set_format.c
/freebsd/contrib/libarchive/libarchive/archive_read_set_options.3
/freebsd/contrib/libarchive/libarchive/archive_read_set_options.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_all.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_by_code.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_compress.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_grzip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_lrzip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_lz4.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_lzop.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_none.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_program.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_rpm.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_uu.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_xz.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_7zip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_all.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_ar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_by_code.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_cpio.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_empty.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_iso9660.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_mtree.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_rar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_rar5.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_raw.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_tar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_warc.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_xar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_zip.c
/freebsd/contrib/libarchive/libarchive/archive_string.c
/freebsd/contrib/libarchive/libarchive/archive_string.h
/freebsd/contrib/libarchive/libarchive/archive_string_composition.h
/freebsd/contrib/libarchive/libarchive/archive_string_sprintf.c
/freebsd/contrib/libarchive/libarchive/archive_util.3
/freebsd/contrib/libarchive/libarchive/archive_util.c
/freebsd/contrib/libarchive/libarchive/archive_version_details.c
/freebsd/contrib/libarchive/libarchive/archive_virtual.c
/freebsd/contrib/libarchive/libarchive/archive_write.3
/freebsd/contrib/libarchive/libarchive/archive_write.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_b64encode.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_by_name.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_compress.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_grzip.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_lrzip.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_lz4.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_lzop.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_none.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_program.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_uuencode.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_xz.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/archive_write_blocksize.3
/freebsd/contrib/libarchive/libarchive/archive_write_data.3
/freebsd/contrib/libarchive/libarchive/archive_write_disk.3
/freebsd/contrib/libarchive/libarchive/archive_write_disk_posix.c
/freebsd/contrib/libarchive/libarchive/archive_write_disk_private.h
/freebsd/contrib/libarchive/libarchive/archive_write_disk_set_standard_lookup.c
/freebsd/contrib/libarchive/libarchive/archive_write_filter.3
/freebsd/contrib/libarchive/libarchive/archive_write_finish_entry.3
/freebsd/contrib/libarchive/libarchive/archive_write_format.3
/freebsd/contrib/libarchive/libarchive/archive_write_free.3
/freebsd/contrib/libarchive/libarchive/archive_write_header.3
/freebsd/contrib/libarchive/libarchive/archive_write_new.3
/freebsd/contrib/libarchive/libarchive/archive_write_open.3
/freebsd/contrib/libarchive/libarchive/archive_write_open_fd.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_file.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_filename.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_memory.c
/freebsd/contrib/libarchive/libarchive/archive_write_private.h
/freebsd/contrib/libarchive/libarchive/archive_write_set_format.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_7zip.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_ar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_by_name.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_binary.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_newc.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_odc.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_filter_by_ext.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_mtree.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_pax.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_private.h
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_shar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_ustar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_v7tar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_warc.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_xar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_zip.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_options.3
/freebsd/contrib/libarchive/libarchive/archive_write_set_options.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_passphrase.3
/freebsd/contrib/libarchive/libarchive/archive_write_set_passphrase.c
/freebsd/contrib/libarchive/libarchive/cpio.5
/freebsd/contrib/libarchive/libarchive/filter_fork.h
/freebsd/contrib/libarchive/libarchive/filter_fork_posix.c
/freebsd/contrib/libarchive/libarchive/libarchive-formats.5
/freebsd/contrib/libarchive/libarchive/libarchive.3
/freebsd/contrib/libarchive/libarchive/libarchive_changes.3
/freebsd/contrib/libarchive/libarchive/libarchive_internals.3
/freebsd/contrib/libarchive/libarchive/tar.5
/freebsd/contrib/libarchive/libarchive/test/README
/freebsd/contrib/libarchive/libarchive/test/read_open_memory.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_nfs4.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_pax.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_platform_nfs4.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_platform_posix1e.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_posix1e.c
/freebsd/contrib/libarchive/libarchive/test/test_acl_text.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_api_feature.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_clear_error.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_cmdline.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_getdate.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_match_owner.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_match_path.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_match_time.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_pathmatch.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_add_passphrase.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_close_twice.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_close_twice_open_fd.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_close_twice_open_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_multiple_data_objects.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_next_header_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_next_header_raw.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_open2.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_set_filter_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_set_format_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_set_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_set_options.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_support.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_set_error.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_string.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_string_conversion.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_string_conversion.txt.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_add_filter_by_name.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_filter_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_format_by_name.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_format_filter_by_ext.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_format_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_option.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_options.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_set_passphrase.c
/freebsd/contrib/libarchive/libarchive/test/test_bad_fd.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_bzip2.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_bzip2_1.tbz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_bzip2_2.tbz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_cpio.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_cpio_1.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_gtar.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_gtar_1.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_gtar_2.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_gzip.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_gzip_1.tgz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_gzip_2.tgz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lz4.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzip.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzip_3.lz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzip_4.tlz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzma.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzma_1.tlz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzma_2.tlz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzma_3.tlz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzop.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_mac.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_perl_archive_tar.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_plexus_archiver_tar.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_solaris_pax_sparse.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_solaris_tar_acl.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_star_acl.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_tar_directory.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_tar_directory_1.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_tar_hardlink.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_tar_hardlink_1.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_uudecode.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_uudecode_large.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_xz.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_xz_1.txz.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_zip_1.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_zip_8.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_compat_zstd.c
/freebsd/contrib/libarchive/libarchive/test/test_empty_write.c
/freebsd/contrib/libarchive/libarchive/test/test_entry.c
/freebsd/contrib/libarchive/libarchive/test/test_entry_strmode.c
/freebsd/contrib/libarchive/libarchive/test/test_extattr_freebsd.c
/freebsd/contrib/libarchive/libarchive/test/test_filter_count.c
/freebsd/contrib/libarchive/libarchive/test/test_fuzz.c
/freebsd/contrib/libarchive/libarchive/test/test_fuzz_1.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_gnutar_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_link_resolver.c
/freebsd/contrib/libarchive/libarchive/test/test_open_failure.c
/freebsd/contrib/libarchive/libarchive/test/test_open_fd.c
/freebsd/contrib/libarchive/libarchive/test/test_open_file.c
/freebsd/contrib/libarchive/libarchive/test/test_open_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_pax_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_pax_filename_encoding.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_pax_xattr_header.c
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part1.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part2.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_single_file.part3.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part01.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part02.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part03.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part04.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part05.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part06.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part07.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part08.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part09.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_rar_multivolume_uncompressed_files.part10.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_data_large.c
/freebsd/contrib/libarchive/libarchive/test/test_read_disk.c
/freebsd/contrib/libarchive/libarchive/test/test_read_disk_directory_traversals.c
/freebsd/contrib/libarchive/libarchive/test/test_read_disk_entry_from_file.c
/freebsd/contrib/libarchive/libarchive/test/test_read_extract.c
/freebsd/contrib/libarchive/libarchive/test/test_read_file_nonexistent.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_lrzip.tar.lrz.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_program.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_program_signature.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_uudecode.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_uudecode_base64_raw.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_uudecode_raw.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_uudecode_raw.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_copy.7z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_deflate_arm64.7z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_encryption_data.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_encryption_header.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_encryption_partially.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_lzma2_arm64.7z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_malformed.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_packinfo_digests.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_win_attrib.7z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_ar.ar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_ar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cab.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cab_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cab_filename_cp932.cab.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_afio.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_Z.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_be.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_be.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_gz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_le.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_lzip.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_lzma.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_bin_xz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename_cp866.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename_eucjp.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename_koi8r.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename_utf8_jp.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_filename_utf8_ru.cpio.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_odc.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzip.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4c_Z.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_filename_cp866.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_filename_eucjp.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_filename_koi8r.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_gz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_lzma.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_Z.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_joliet.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_joliet_long.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_joliet_rockridge.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_multi_extent.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_multi_extent.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_rockridge.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_rockridge_ce.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_rockridge_new.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_rockridge_rr_moved.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_xorriso.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_zisofs.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isojoliet_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isojoliet_long.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isojoliet_rr.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isojoliet_versioned.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isorr_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isorr_ce.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isorr_new_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isorr_rr_moved.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_isozisofs_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha_bugfix_0.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha_filename_cp932.lzh.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha_filename_utf16.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_lha_filename_utf16.lzh.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_mtree.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_pax_bz2.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_bad_window_sz_in_mltarc_file.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_compressed.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_different_winsize_on_merge.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part01.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part02.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part03.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part04.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part05.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part06.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part07.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiarchive.part08.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiple_files.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_multiple_files_solid.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_sfx.exe.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_stored.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_unicode.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_binary_data.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_compress_best.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_compress_normal.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_encryption_data.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_encryption_header.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_encryption_partially.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_filter.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_invalid1.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_multi_lzss_blocks.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0001.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0002.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0003.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_multivolume.part0004.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_noeof.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_ppmd_lzss_conversion.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_sfx.exe.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_subblock.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_windows.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_raw.bufr.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_raw.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_raw.data.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_raw.data.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_concatenated.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_empty_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_empty_filename.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_empty_pax.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_empty_pax.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_empty_with_gnulabel.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_invalid_pax_size.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_invalid_pax_size.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tbz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tgz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tlz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_txz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tz.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_ustar_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_warc.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_xar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_7075_utf8_paths.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_bzip2.zipx.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_comment_stored.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_encryption_data.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_encryption_header.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_encryption_partially.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_cp866.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_cp932.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_koi8r.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_utf8_jp.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_utf8_ru.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_filename_utf8_ru2.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_high_compression.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_jar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_lzma.zipx.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_mac_metadata.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_malformed.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_nested.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_nofiletype.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_padded.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_ppmd8.zipx.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_sfx.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_traditional_encryption_data.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes128.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes256.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes256_stored.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes_large.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_with_invalid_traditional_eocd.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_with_invalid_traditional_eocd.zip.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_zip64.c
/freebsd/contrib/libarchive/libarchive/test/test_read_large.c
/freebsd/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_aa.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ab.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ac.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ad.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_large_splitted_rar_ae.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_pax_truncated.c
/freebsd/contrib/libarchive/libarchive/test/test_read_pax_xattr_schily.tar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_position.c
/freebsd/contrib/libarchive/libarchive/test/test_read_splitted_rar_aa.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_splitted_rar_ab.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_splitted_rar_ac.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_splitted_rar_ad.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_truncated.c
/freebsd/contrib/libarchive/libarchive/test/test_read_truncated_filter.c
/freebsd/contrib/libarchive/libarchive/test/test_sparse_basic.c
/freebsd/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_aa.uu
/freebsd/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ab.uu
/freebsd/contrib/libarchive/libarchive/test/test_splitted_rar_seek_support_ac.uu
/freebsd/contrib/libarchive/libarchive/test/test_tar_filenames.c
/freebsd/contrib/libarchive/libarchive/test/test_tar_large.c
/freebsd/contrib/libarchive/libarchive/test/test_ustar_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_ustar_filenames.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_appledouble.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_failures.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_hardlink.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_hfs_compression.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_lookup.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_mac_metadata.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_no_hfs_compression.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_perms.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_secure.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_secure744.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_secure745.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_secure746.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_sparse.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_symlink.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_times.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_b64encode.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_compress.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_gzip_timestamp.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lz4.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzma.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzop.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_program.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_uuencode.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_xz.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_7zip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_7zip_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_7zip_large.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_ar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_cpio.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_cpio_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_cpio_newc.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_cpio_odc.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_gnutar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_gnutar_filenames.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_iso9660.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_absolute_path.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_classic.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_classic_indent.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_fflags.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_no_separator.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_mtree_quoted_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_pax.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_shar_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_tar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_tar_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_tar_sparse.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_tar_ustar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_tar_v7tar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_warc.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_warc_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_xar.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_xar_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip64_stream.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_compression_store.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_empty.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_empty_zip64.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_entry_size_unset.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_file.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_file_zip64.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_large.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_stream.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_zip64.c
/freebsd/contrib/libarchive/libarchive/test/test_write_open_memory.c
/freebsd/contrib/libarchive/libarchive/test/test_write_read_format_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_xattr_platform.c
/freebsd/contrib/libarchive/libarchive/test/test_zip_filename_encoding.c
/freebsd/contrib/libarchive/libarchive_fe/err.c
/freebsd/contrib/libarchive/libarchive_fe/err.h
/freebsd/contrib/libarchive/libarchive_fe/lafe_platform.h
/freebsd/contrib/libarchive/libarchive_fe/line_reader.c
/freebsd/contrib/libarchive/libarchive_fe/passphrase.c
/freebsd/contrib/libarchive/tar/bsdtar.1
/freebsd/contrib/libarchive/tar/bsdtar.c
/freebsd/contrib/libarchive/tar/bsdtar.h
/freebsd/contrib/libarchive/tar/bsdtar_platform.h
/freebsd/contrib/libarchive/tar/cmdline.c
/freebsd/contrib/libarchive/tar/creation_set.c
/freebsd/contrib/libarchive/tar/read.c
/freebsd/contrib/libarchive/tar/subst.c
/freebsd/contrib/libarchive/tar/test/test.h
/freebsd/contrib/libarchive/tar/test/test_0.c
/freebsd/contrib/libarchive/tar/test/test_basic.c
/freebsd/contrib/libarchive/tar/test/test_copy.c
/freebsd/contrib/libarchive/tar/test/test_empty_mtree.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_Z.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_bz2.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_grz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_gz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lrz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lz4.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lzma.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lzo.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_xz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_zstd.c
/freebsd/contrib/libarchive/tar/test/test_format_newc.c
/freebsd/contrib/libarchive/tar/test/test_help.c
/freebsd/contrib/libarchive/tar/test/test_leading_slash.c
/freebsd/contrib/libarchive/tar/test/test_missing_file.c
/freebsd/contrib/libarchive/tar/test/test_option_C_mtree.c
/freebsd/contrib/libarchive/tar/test/test_option_C_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_H_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_L_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_O_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_T_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_U_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_X_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_a.c
/freebsd/contrib/libarchive/tar/test/test_option_acls.c
/freebsd/contrib/libarchive/tar/test/test_option_b.c
/freebsd/contrib/libarchive/tar/test/test_option_b64encode.c
/freebsd/contrib/libarchive/tar/test/test_option_exclude.c
/freebsd/contrib/libarchive/tar/test/test_option_exclude_vcs.c
/freebsd/contrib/libarchive/tar/test/test_option_fflags.c
/freebsd/contrib/libarchive/tar/test/test_option_gid_gname.c
/freebsd/contrib/libarchive/tar/test/test_option_group.c
/freebsd/contrib/libarchive/tar/test/test_option_grzip.c
/freebsd/contrib/libarchive/tar/test/test_option_ignore_zeros.c
/freebsd/contrib/libarchive/tar/test/test_option_j.c
/freebsd/contrib/libarchive/tar/test/test_option_k.c
/freebsd/contrib/libarchive/tar/test/test_option_keep_newer_files.c
/freebsd/contrib/libarchive/tar/test/test_option_lrzip.c
/freebsd/contrib/libarchive/tar/test/test_option_lz4.c
/freebsd/contrib/libarchive/tar/test/test_option_lzma.c
/freebsd/contrib/libarchive/tar/test/test_option_lzop.c
/freebsd/contrib/libarchive/tar/test/test_option_n.c
/freebsd/contrib/libarchive/tar/test/test_option_newer_than.c
/freebsd/contrib/libarchive/tar/test/test_option_nodump.c
/freebsd/contrib/libarchive/tar/test/test_option_older_than.c
/freebsd/contrib/libarchive/tar/test/test_option_owner.c
/freebsd/contrib/libarchive/tar/test/test_option_passphrase.c
/freebsd/contrib/libarchive/tar/test/test_option_q.c
/freebsd/contrib/libarchive/tar/test/test_option_r.c
/freebsd/contrib/libarchive/tar/test/test_option_s.c
/freebsd/contrib/libarchive/tar/test/test_option_safe_writes.c
/freebsd/contrib/libarchive/tar/test/test_option_uid_uname.c
/freebsd/contrib/libarchive/tar/test/test_option_uuencode.c
/freebsd/contrib/libarchive/tar/test/test_option_xattrs.c
/freebsd/contrib/libarchive/tar/test/test_option_xz.c
/freebsd/contrib/libarchive/tar/test/test_option_z.c
/freebsd/contrib/libarchive/tar/test/test_option_zstd.c
/freebsd/contrib/libarchive/tar/test/test_patterns.c
/freebsd/contrib/libarchive/tar/test/test_print_longpath.c
/freebsd/contrib/libarchive/tar/test/test_stdio.c
/freebsd/contrib/libarchive/tar/test/test_strip_components.c
/freebsd/contrib/libarchive/tar/test/test_symlink_dir.c
/freebsd/contrib/libarchive/tar/util.c
/freebsd/contrib/libarchive/tar/write.c
/freebsd/contrib/libarchive/test_utils/test_common.h
/freebsd/contrib/libarchive/test_utils/test_main.c
/freebsd/contrib/libarchive/unzip/bsdunzip.1
/freebsd/contrib/libarchive/unzip/bsdunzip.c
/freebsd/contrib/libarchive/unzip/bsdunzip_platform.h
/freebsd/contrib/libarchive/unzip/cmdline.c
/freebsd/contrib/libarchive/unzip/test/test.h
/freebsd/contrib/libarchive/unzip/test/test_I.c
/freebsd/contrib/libarchive/unzip/test/test_I.zip.uu
/freebsd/contrib/libarchive/unzip/test/test_doubledash.c
/freebsd/crypto/heimdal/lib/asn1/Makefile.am
/freebsd/crypto/heimdal/lib/asn1/asn1-template.h
/freebsd/crypto/heimdal/lib/asn1/asn1parse.c
/freebsd/crypto/heimdal/lib/asn1/asn1parse.h
/freebsd/crypto/heimdal/lib/asn1/asn1parse.y
/freebsd/crypto/heimdal/lib/asn1/check-gen.c
/freebsd/crypto/heimdal/lib/asn1/der-protos.h
/freebsd/crypto/heimdal/lib/asn1/der_copy.c
/freebsd/crypto/heimdal/lib/asn1/der_free.c
/freebsd/crypto/heimdal/lib/asn1/der_get.c
/freebsd/crypto/heimdal/lib/asn1/der_length.c
/freebsd/crypto/heimdal/lib/asn1/der_put.c
/freebsd/crypto/heimdal/lib/asn1/gen.c
/freebsd/crypto/heimdal/lib/asn1/gen_decode.c
/freebsd/crypto/heimdal/lib/asn1/gen_encode.c
/freebsd/crypto/heimdal/lib/asn1/gen_length.c
/freebsd/crypto/heimdal/lib/asn1/gen_template.c
/freebsd/crypto/heimdal/lib/asn1/lex.l
/freebsd/crypto/heimdal/lib/asn1/symbol.h
/freebsd/crypto/heimdal/lib/asn1/template.c
/freebsd/crypto/heimdal/lib/asn1/test.asn1
/freebsd/lib/libarchive/Makefile.inc
/freebsd/lib/libarchive/tests/Makefile
/freebsd/lib/libc/arm/Symbol.map
/freebsd/lib/libc/db/Symbol.map
/freebsd/lib/libc/gen/sleep.c
/freebsd/lib/libc/gen/usleep.c
/freebsd/lib/libc/gmon/Symbol.map
/freebsd/lib/libc/include/libc_private.h
/freebsd/lib/libc/net/Makefile.inc
/freebsd/lib/libc/net/Symbol.hesiod.map
/freebsd/lib/libc/net/Symbol.map
/freebsd/lib/libc/stdio/Symbol.map
/freebsd/lib/libc/sys/accept.c
/freebsd/lib/libc/sys/accept4.c
/freebsd/lib/libc/sys/aio_suspend.c
/freebsd/lib/libc/sys/clock_nanosleep.c
/freebsd/lib/libc/sys/close.c
/freebsd/lib/libc/sys/connect.c
/freebsd/lib/libc/sys/creat.c
/freebsd/lib/libc/sys/fcntl.c
/freebsd/lib/libc/sys/fdatasync.c
/freebsd/lib/libc/sys/fork.c
/freebsd/lib/libc/sys/fsync.c
/freebsd/lib/libc/sys/kevent.c
/freebsd/lib/libc/sys/lockf.c
/freebsd/lib/libc/sys/msync.c
/freebsd/lib/libc/sys/nanosleep.c
/freebsd/lib/libc/sys/open.c
/freebsd/lib/libc/sys/openat.c
/freebsd/lib/libc/sys/pdfork.c
/freebsd/lib/libc/sys/poll.c
/freebsd/lib/libc/sys/ppoll.c
/freebsd/lib/libc/sys/pselect.c
/freebsd/lib/libc/sys/read.c
/freebsd/lib/libc/sys/readv.c
/freebsd/lib/libc/sys/recv.c
/freebsd/lib/libc/sys/recvfrom.c
/freebsd/lib/libc/sys/recvmsg.c
/freebsd/lib/libc/sys/select.c
/freebsd/lib/libc/sys/send.c
/freebsd/lib/libc/sys/sendmsg.c
/freebsd/lib/libc/sys/sendto.c
/freebsd/lib/libc/sys/setcontext.c
/freebsd/lib/libc/sys/sigaction.c
/freebsd/lib/libc/sys/sigprocmask.c
/freebsd/lib/libc/sys/sigsuspend.c
/freebsd/lib/libc/sys/sigtimedwait.c
/freebsd/lib/libc/sys/sigwait.c
/freebsd/lib/libc/sys/sigwaitinfo.c
/freebsd/lib/libc/sys/swapcontext.c
/freebsd/lib/libc/sys/wait.c
/freebsd/lib/libc/sys/wait3.c
/freebsd/lib/libc/sys/wait4.c
/freebsd/lib/libc/sys/wait6.c
/freebsd/lib/libc/sys/waitid.c
/freebsd/lib/libc/sys/waitpid.c
/freebsd/lib/libc/sys/write.c
/freebsd/lib/libc/sys/writev.c
/freebsd/lib/libcompiler_rt/Makefile.inc
/freebsd/lib/libcxxrt/Makefile
/freebsd/lib/libcxxrt/Version.map
/freebsd/lib/libcxxrt/Version.map.arm
/freebsd/lib/libgcc_s/Symbol.map
/freebsd/lib/librpcsec_gss/Symbol.map
/freebsd/lib/librt/mq.c
Symbol.map
/freebsd/libexec/rc/rc.d/nuageinit
/freebsd/sbin/nvmecontrol/Makefile
/freebsd/sbin/nvmecontrol/firmware.c
/freebsd/sbin/nvmecontrol/logpage.c
/freebsd/sbin/nvmecontrol/modules/intel/intel.c
/freebsd/sbin/nvmecontrol/ns.c
/freebsd/sbin/nvmecontrol/nvmecontrol.8
/freebsd/sbin/nvmecontrol/nvmecontrol.h
/freebsd/sbin/nvmecontrol/sanitize.c
/freebsd/share/man/man7/Makefile
/freebsd/share/man/man7/networking.7
/freebsd/share/mk/src.opts.mk
/freebsd/sys/contrib/openzfs/.mailmap
/freebsd/sys/contrib/openzfs/AUTHORS
/freebsd/sys/contrib/openzfs/cmd/arc_summary
/freebsd/sys/contrib/openzfs/cmd/zfs/zfs_main.c
/freebsd/sys/contrib/openzfs/cmd/zinject/zinject.c
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/config/Substfiles.am
/freebsd/sys/contrib/openzfs/config/kernel-blk-queue.m4
/freebsd/sys/contrib/openzfs/config/kernel-blkdev.m4
/freebsd/sys/contrib/openzfs/config/kernel-make-request-fn.m4
/freebsd/sys/contrib/openzfs/config/zfs-build.m4
/freebsd/sys/contrib/openzfs/etc/init.d/README.md
/freebsd/sys/contrib/openzfs/etc/init.d/zfs-import.in
/freebsd/sys/contrib/openzfs/etc/init.d/zfs-load-key.in
/freebsd/sys/contrib/openzfs/etc/init.d/zfs-mount.in
/freebsd/sys/contrib/openzfs/etc/init.d/zfs-share.in
/freebsd/sys/contrib/openzfs/etc/init.d/zfs-zed.in
/freebsd/sys/contrib/openzfs/include/os/freebsd/Makefile.am
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/linux/Makefile.am
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/blkdev_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/rpc/types.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/rpc/xdr.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/trace_common.h
/freebsd/sys/contrib/openzfs/include/sys/dmu_zfetch.h
/freebsd/sys/contrib/openzfs/include/sys/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/multilist.h
/freebsd/sys/contrib/openzfs/include/sys/vdev_impl.h
/freebsd/sys/contrib/openzfs/include/sys/zap_leaf.h
/freebsd/sys/contrib/openzfs/include/sys/zio.h
/freebsd/sys/contrib/openzfs/include/sys/zio_impl.h
/freebsd/sys/contrib/openzfs/lib/libspl/include/assert.h
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_pool.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_sendrecv.c
/freebsd/sys/contrib/openzfs/man/Makefile.am
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/man/man7/vdevprops.7
/freebsd/sys/contrib/openzfs/man/man8/zfs-mount.8
/freebsd/sys/contrib/openzfs/man/man8/zinject.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-events.8
/freebsd/sys/contrib/openzfs/module/Makefile.bsd
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/b3_aarch64_sse2.S
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/b3_aarch64_sse41.S
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/sha256-armv8.S
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/sha512-armv8.S
/freebsd/sys/contrib/openzfs/module/nvpair/nvpair.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_file.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_geom.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-xdr.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/zfs/arc.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_objset.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_zfetch.c
/freebsd/sys/contrib/openzfs/module/zfs/metaslab.c
/freebsd/sys/contrib/openzfs/module/zfs/multilist.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_draid.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_fm.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_ioctl.c
/freebsd/sys/contrib/openzfs/module/zfs/zil.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/module/zfs/zio_inject.c
/freebsd/sys/contrib/openzfs/scripts/zfs-tests.sh
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/runfiles/sanity.run
/freebsd/sys/contrib/openzfs/tests/zfs-tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_recursive.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zinject/zinject_args.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/.gitignore
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/page_alignment.c
/freebsd/sys/dev/acpica/acpi_battery.c
/freebsd/sys/dev/nvme/nvme.h
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/fs/nfsserver/nfs_nfsdkrpc.c
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/iflib.c
/freebsd/sys/tools/arm_kernel_boothdr.awk
/freebsd/tools/tools/git/candidatematch.lua
/freebsd/tools/tools/git/mfc-candidates.sh
/freebsd/usr.bin/unzip/tests/Makefile
/freebsd/usr.bin/xinstall/install.1
/freebsd/usr.bin/xinstall/xinstall.c
/freebsd/usr.sbin/crunch/crunchgen/crunched_main.c
/freebsd/usr.sbin/crunch/crunchgen/crunchgen.c
/freebsd/usr.sbin/mountd/exports.5
1fd8807416-Apr-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: add a libsys.h

This declares an API for libsys which currently consists of
__sys_<foo>() declarations for system call stubs and function pointer
typedefs of the form __sys_<foo>_t. The vast

libsys: add a libsys.h

This declares an API for libsys which currently consists of
__sys_<foo>() declarations for system call stubs and function pointer
typedefs of the form __sys_<foo>_t. The vast majority of the
implementation resides in a generated _libsys.h which ensures that all
system call stub declarations match syscalls.master.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44387

show more ...


/freebsd/.cirrus.yml
/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/bin/cp/cp.c
/freebsd/bin/cp/tests/cp_test.sh
/freebsd/bin/echo/echo.1
/freebsd/bin/ln/ln.c
/freebsd/bin/ln/tests/ln_test.sh
/freebsd/bin/mv/mv.c
/freebsd/bin/nproc/nproc.c
/freebsd/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
/freebsd/cddl/usr.sbin/zfsd/vdev.h
/freebsd/contrib/libcxxrt/cxxabi.h
/freebsd/contrib/libcxxrt/exception.cc
/freebsd/contrib/llvm-project/FREEBSD-Xlist
/freebsd/contrib/llvm-project/clang/include/clang-c/BuildSystem.h
/freebsd/contrib/llvm-project/clang/include/clang-c/Index.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesManager.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesReader.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesYAMLCompiler.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/Types.h
/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/ARCMT.h
/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/FileRemapper.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/APNumericStorage.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/APValue.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTConcept.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTContext.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTFwd.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTLambda.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTNodeTraverser.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTStructuralEquivalence.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTTypeTraits.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Attr.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/CXXInheritance.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Comment.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/CommentSema.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/CommentVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Decl.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclBase.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclCXX.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclFriend.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclObjC.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclTemplate.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclarationName.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DependentDiagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Expr.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExprCXX.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExprConcepts.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExprObjC.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/JSONNodeDumper.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Mangle.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ODRHash.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/OpenMPClause.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/OperationKinds.def
/freebsd/contrib/llvm-project/clang/include/clang/AST/PrettyPrinter.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/PropertiesBase.td
/freebsd/contrib/llvm-project/clang/include/clang/AST/RawCommentList.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Stmt.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/StmtOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TemplateArgumentVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TemplateBase.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TemplateName.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TextNodeDumper.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Type.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TypeLoc.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TypeProperties.td
/freebsd/contrib/llvm-project/clang/include/clang/AST/VTableBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ASTMatchers.h
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/Dominators.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/IntervalPartition.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafety.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/CFG.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/CFGStmtMap.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Arena.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ControlFlowContext.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Formula.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Logger.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/NoopAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/RecordOps.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/SimplifyConstraints.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/StorageLocation.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Transfer.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Value.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AArch64SVEACLETypes.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Attr.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AttrDocs.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AttrSubjectMatchRules.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AttributeCommonInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Attributes.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Builtins.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsAArch64.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsAMDGPU.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArch.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArchBase.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArchLASX.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArchLSX.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsNVPTX.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsPPC.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsRISCV.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsSystemZ.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsX86.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsX86_64.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CodeGenOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CodeGenOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Cuda.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DebugOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DeclNodes.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Diagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticASTKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticCommonKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticDocs.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticDriverKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticFrontendKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticGroups.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticIDs.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticLexKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticParseKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticSemaKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticSerializationKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DirectoryEntry.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/FPOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Features.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/FileEntry.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/FileManager.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/IdentifierTable.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/JsonSupport.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangStandard.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangStandards.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Linkage.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Module.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ObjCRuntime.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenACCKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenMPKinds.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenMPKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ParsedAttrInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/PlistSupport.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/PragmaKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/RISCVVTypes.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Sanitizers.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SourceManager.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SourceMgrAdapter.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Specifiers.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/StmtNodes.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SyncScope.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetBuiltins.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetOSMacros.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TokenKinds.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TokenKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Version.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Visibility.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_neon.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sme.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sve.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sve_sme_incl.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/riscv_sifive_vector.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/riscv_vector.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/riscv_vector_common.td
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/BackendUtil.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/CGFunctionInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ConstantInitBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ClangOptionDocs.td
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Distro.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Driver.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Multilib.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/OffloadBundler.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Options.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Options.td
/freebsd/contrib/llvm-project/clang/include/clang/Driver/SanitizerArgs.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ToolChain.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Types.def
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Types.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/API.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/AvailabilityInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/DeclarationFragments.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
/freebsd/contrib/llvm-project/clang/include/clang/Format/Format.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ASTUnit.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/CompilerInstance.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/DependencyOutputOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/FrontendActions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/FrontendOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/MigratorOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/PreprocessorOutputOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/TextDiagnosticPrinter.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/Utils.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
/freebsd/contrib/llvm-project/clang/include/clang/IndexSerialization/SerializablePathCollection.h
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/CodeCompletion.h
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/Interpreter.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/DirectoryLookup.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/HeaderMap.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/HeaderSearch.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/HeaderSearchOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/Lexer.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/LiteralSupport.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/MacroInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ModuleMap.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PPCallbacks.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PreprocessingRecord.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/Preprocessor.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PreprocessorLexer.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PreprocessorOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/VariadicMacroSupport.h
/freebsd/contrib/llvm-project/clang/include/clang/Parse/LoopHint.h
/freebsd/contrib/llvm-project/clang/include/clang/Parse/Parser.h
/freebsd/contrib/llvm-project/clang/include/clang/Parse/RAIIObjectsForParser.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/CodeCompleteConsumer.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/DeclSpec.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/HLSLExternalSemaSource.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/IdentifierResolver.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Lookup.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Overload.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Ownership.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ParsedAttr.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ScopeInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Sema.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Template.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/TypoCorrection.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTBitCodes.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTReader.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTRecordReader.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTRecordWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/GlobalModuleIndex.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ModuleFile.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ModuleFileExtension.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/Checker.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
/freebsd/contrib/llvm-project/clang/include/clang/Support/RISCVVIntrinsicUtils.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/HeaderAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Tooling.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/SourceCode.h
/freebsd/contrib/llvm-project/clang/include/module.modulemap
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesFormat.h
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesManager.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesReader.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesWriter.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesYAMLCompiler.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ARCMT.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/FileRemapper.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ObjCMT.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/PlistReporter.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransformActions.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/Transforms.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/APValue.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTConcept.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTContext.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTImporter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTStructuralEquivalence.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTTypeTraits.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Comment.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/CommentSema.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ComputeDependence.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Decl.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclBase.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Expr.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprClassification.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprConcepts.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprConstShared.h
/freebsd/contrib/llvm-project/clang/lib/AST/ExprConstant.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/FormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Boolean.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeEmitter.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeStmtGen.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Context.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Context.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Descriptor.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Descriptor.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Disasm.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvalEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvalEmitter.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvaluationResult.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvaluationResult.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Floating.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Frame.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Function.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Function.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Integral.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/IntegralAP.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Interp.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Interp.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpBlock.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpFrame.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpFrame.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpStack.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpStack.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpState.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpState.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Opcodes.td
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Pointer.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Pointer.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/PrimType.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/PrimType.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Program.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Program.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Record.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Source.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Source.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/State.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/State.h
/freebsd/contrib/llvm-project/clang/lib/AST/ItaniumMangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/JSONNodeDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Mangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/MicrosoftCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/MicrosoftMangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ODRDiagsEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ODRHash.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/OpenMPClause.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/PrintfFormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/QualTypeNames.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/RawCommentList.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/RecordLayoutBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ScanfFormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Stmt.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtProfile.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TemplateBase.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TextNodeDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Type.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TypeLoc.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TypePrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/VTableBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/Parser.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/Registry.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/GtestMatchers.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/BodyFarm.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CFG.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CallGraph.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CalledOnceCheck.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CocoaConventions.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/Consumed.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ExprMutationAnalyzer.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Arena.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Formula.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.css
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.html
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Logger.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ChromiumCheckModel.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/RecordOps.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/SimplifyConstraints.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Transfer.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Value.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/IntervalPartition.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/PathDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/RetainSummaryManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ThreadSafety.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ThreadSafetyCommon.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/UninitializedValues.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/UnsafeBufferUsage.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Attributes.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/CodeGenOptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Cuda.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Diagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/DiagnosticIDs.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/FileManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/IdentifierTable.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/LangOptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/LangStandards.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Module.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/OpenMPKinds.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/ProfileList.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/SanitizerSpecialCaseList.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Sarif.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/SourceLocation.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/SourceMgrAdapter.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/TargetInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AArch64.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AMDGPU.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ARM.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AVR.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/BPF.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/BPF.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/LoongArch.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/M68k.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/M68k.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Mips.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Mips.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/NVPTX.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/NVPTX.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/OSTargets.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/OSTargets.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/PPC.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/PPC.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/RISCV.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SPIR.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SPIR.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Sparc.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SystemZ.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/WebAssembly.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/WebAssembly.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/X86.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Version.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Warnings.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/BackendConsumer.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/BackendUtil.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGAtomic.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBuilder.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCUDANV.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCUDARuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCall.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCall.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGClass.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCleanup.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCleanup.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCoroutine.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDebugInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDebugInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGException.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprComplex.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprConstant.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGGPUBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGHLSLRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGHLSLRuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGLoopInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGLoopInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGNonTrivialStruct.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCMac.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenCLRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenCLRuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGStmtOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGVTT.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGVTables.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenModule.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenPGO.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTBAA.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypeCache.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypes.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypes.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CoverageMappingGen.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/EHScopeStack.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/LinkInModulesPass.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/LinkInModulesPass.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/SwiftCallingConv.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/NVPTX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/PPC.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/SPIR.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/Sparc.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/XCore.cpp
/freebsd/contrib/llvm-project/clang/lib/CrossTU/CrossTranslationUnit.cpp
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Distro.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Driver.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/DriverOptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Job.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Multilib.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/SanitizerArgs.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AIX.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AIX.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AMDGPU.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AVR.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AVR.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/Mips.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/Sparc.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/VE.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CSKYToolChain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CSKYToolChain.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Clang.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CommonArgs.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CommonArgs.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CrossWindows.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Cuda.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Cuda.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Darwin.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Darwin.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/DragonFly.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/DragonFly.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Flang.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Flang.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Fuchsia.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Fuchsia.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Gnu.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Gnu.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPAMD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPAMD.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPSPV.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPSPV.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPUtility.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HLSL.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Haiku.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Haiku.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hexagon.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hurd.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Linux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSP430.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSP430.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSVC.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSVC.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MinGW.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MinGW.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MipsLinux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/NaCl.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/NaCl.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/NetBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/NetBSD.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/OpenBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/OpenBSD.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/PPCLinux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/PS4CPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/PS4CPU.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/RISCVToolchain.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ROCm.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/SPIRV.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Solaris.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Solaris.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/VEToolchain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/WebAssembly.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/WebAssembly.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/XCore.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/XCore.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ZOS.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ZOS.h
/freebsd/contrib/llvm-project/clang/lib/Driver/Types.cpp
/freebsd/contrib/llvm-project/clang/lib/Edit/Commit.cpp
/freebsd/contrib/llvm-project/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/API.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/AvailabilityInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/DeclarationFragments.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/BreakableToken.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/BreakableToken.h
/freebsd/contrib/llvm-project/clang/lib/Format/ContinuationIndenter.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/ContinuationIndenter.h
/freebsd/contrib/llvm-project/clang/lib/Format/DefinitionBlockSeparator.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/Format.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatToken.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatToken.h
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenLexer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenLexer.h
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenSource.h
/freebsd/contrib/llvm-project/clang/lib/Format/MacroCallReconstructor.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/MacroExpander.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/MatchFilePath.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/MatchFilePath.h
/freebsd/contrib/llvm-project/clang/lib/Format/NamespaceEndCommentsFixer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/ObjCPropertyAttributeOrderFixer.h
/freebsd/contrib/llvm-project/clang/lib/Format/QualifierAlignmentFixer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/QualifierAlignmentFixer.h
/freebsd/contrib/llvm-project/clang/lib/Format/SortJavaScriptImports.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnnotator.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnnotator.h
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineFormatter.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.h
/freebsd/contrib/llvm-project/clang/lib/Format/WhitespaceManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/WhitespaceManager.h
/freebsd/contrib/llvm-project/clang/lib/Frontend/ASTMerge.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/ASTUnit.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/CompilerInstance.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/CompilerInvocation.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/DependencyFile.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/DependencyGraph.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendAction.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendActions.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/HeaderIncludeGen.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/InitPreprocessor.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/LayoutOverrideSource.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/LogDiagnosticPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/PrecompiledPreamble.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/PrintPreprocessedOutput.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/FrontendActions.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/HTMLPrint.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/SARIFDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/TextDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/TextDiagnosticBuffer.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_cuda_device_functions.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_cuda_libdevice_declares.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_cuda_math.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_hip_math.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_hip_runtime_wrapper.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg___gnuc_va_list.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg___va_copy.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg_va_arg.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg_va_copy.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg_va_list.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_max_align_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_null.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_nullptr_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_offsetof.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_ptrdiff_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_rsize_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_size_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_unreachable.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_wchar_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_wint_t.h
/freebsd/contrib/llvm-project/clang/lib/Headers/adcintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/adxintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/altivec.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ammintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/arm_acle.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx2intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512bf16intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512bitalgintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512bwintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512cdintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512dqintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512fintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512fp16intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512ifmaintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512ifmavlintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512pfintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vbmi2intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vbmiintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vbmivlintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlbf16intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlbitalgintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlbwintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlcdintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vldqintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlfp16intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlvbmi2intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlvnniintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vlvp2intersectintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vnniintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vp2intersectintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vpopcntdqintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512vpopcntdqvlintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avxintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/bmiintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/emmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/gfniintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/hlsl_intrinsics.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ia32intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/immintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/larchintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/lasxintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/limits.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/assert.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ctype.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/stdio.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/stdlib.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/string.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/time.h
/freebsd/contrib/llvm-project/clang/lib/Headers/lsxintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/mmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/module.modulemap
/freebsd/contrib/llvm-project/clang/lib/Headers/opencl-c-base.h
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/cmath
/freebsd/contrib/llvm-project/clang/lib/Headers/pmmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/smmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/riscv_bitmanip.h
/freebsd/contrib/llvm-project/clang/lib/Headers/riscv_crypto.h
/freebsd/contrib/llvm-project/clang/lib/Headers/riscv_ntlh.h
/freebsd/contrib/llvm-project/clang/lib/Headers/smmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdalign.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdarg.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdatomic.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdckdint.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stddef.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdint.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdnoreturn.h
/freebsd/contrib/llvm-project/clang/lib/Headers/tmmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/usermsrintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/vaesintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/vecintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/x86gprintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/xmmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Index/CommentToXML.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexBody.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexSymbol.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexingContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexingContext.h
/freebsd/contrib/llvm-project/clang/lib/Index/USRGeneration.cpp
/freebsd/contrib/llvm-project/clang/lib/IndexSerialization/SerializablePathCollection.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/CodeCompletion.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/DeviceOffload.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalExecutor.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalParser.h
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Interpreter.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Value.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/DependencyDirectivesScanner.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/HeaderMap.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/HeaderSearch.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/InitHeaderSearch.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Lexer.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/LiteralSupport.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/ModuleMap.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPCaching.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPDirectives.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPExpressions.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPLexerChange.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPMacroExpansion.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Pragma.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Preprocessor.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PreprocessorLexer.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/UnicodeCharSets.h
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseCXXInlineMethods.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseInit.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseObjc.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseOpenACC.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParsePragma.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseTentative.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp
/freebsd/contrib/llvm-project/clang/lib/Rewrite/Rewriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/AnalysisBasedWarnings.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/CodeCompleteConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/DeclSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/HLSLExternalSemaSource.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/IdentifierResolver.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/ParsedAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/ScopeInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/Sema.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAvailability.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCUDA.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCXXScopeSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCast.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaChecking.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCodeComplete.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaConcept.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCoroutine.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExceptionSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprMember.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaInit.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaLambda.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaLookup.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaModule.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaObjCProperty.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOverload.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaPseudoObject.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaRISCVVectorLookup.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmtAsm.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmtAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateDeduction.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateVariadic.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaType.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/TreeTransform.h
/freebsd/contrib/llvm-project/clang/lib/Sema/TypeLocBuilder.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTCommon.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReader.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderInternals.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriterDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriterStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/GeneratePCH.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/GlobalModuleIndex.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ModuleManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/MultiOnDiskHashTable.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BitwiseShiftChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CXXDeleteChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/Iterator.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdVariantChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/TaggedUnionModeling.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/Yaml.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugSuppression.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/Environment.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/SVals.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/Store.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
/freebsd/contrib/llvm-project/clang/lib/Support/RISCVVIntrinsicUtils.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/ArgumentsAdjusters.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/CompilationDatabase.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/Replacement.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/HeaderAnalysis.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
/freebsd/contrib/llvm-project/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/AtomicChange.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Lookup.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/Tokens.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Tooling.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/RangeSelector.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/SourceCode.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/Stencil.cpp
/freebsd/contrib/llvm-project/clang/tools/clang-format/ClangFormat.cpp
/freebsd/contrib/llvm-project/clang/tools/clang-repl/ClangRepl.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/cc1_main.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/cc1as_main.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/driver.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ASTTableGen.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangASTNodesEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangAttrEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangOptionDocEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangSyntaxEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangTypeNodesEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/MveEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/NeonEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/RISCVVEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/SveEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/TableGen.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/TableGenBackends.h
/freebsd/contrib/llvm-project/compiler-rt/include/fuzzer/FuzzedDataProvider.h
/freebsd/contrib/llvm-project/compiler-rt/include/profile/InstrProfData.inc
/freebsd/contrib/llvm-project/compiler-rt/include/profile/instr_prof_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/allocator_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/asan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/common_interface_defs.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/coverage_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/dfsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/hwasan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/lsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/memprof_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/msan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/scudo_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface_atomic.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ubsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_descriptions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_errors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_fake_stack.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_globals.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_poisoning.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_report.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_rtl_x86_64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_stack.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_stats.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_shim.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_tbd.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/README.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-abi-init.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-abi.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-libc-routines.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/absvti2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/udivsi3.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ashldi3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ashlti3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ashrdi3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ashrti3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/assembly.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/android.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/freebsd.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/fuchsia.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/mrs.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/sysauxv.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/unimplemented.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/hwcap.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/android.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/freebsd.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/fuchsia.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/sysauxv.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/cpu_model.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/x86.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divmoddi4.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divmodsi4.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divmodti4.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divtc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divxc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/extenddftf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/extendhftf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/extendsftf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/extendxftf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fixunsxfdi.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fixunsxfsi.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fixunsxfti.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fixxfdi.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fixxfti.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatdidf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatdisf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatdixf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatsidf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatsisf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatsitf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floattidf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floattisf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floattitf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floattixf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatundidf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatundisf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatundixf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatuntidf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatuntisf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatuntitf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/floatuntixf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_extend.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_extend_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_fixint_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_lib.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_trunc.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_trunc_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/chkstk.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/floatdixf.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/floatundixf.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_lib.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_math.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_to_fp.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_to_fp_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/multc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/mulxc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/negdi2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/negti2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/negvti2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/powitf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/powixf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/trunctfdf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/trunctfhf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/trunctfsf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/trunctfxf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/floatdixf.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/floatundixf.S
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/cfi.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_custom.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/done_abilist.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/libc_ubuntu1404_abilist.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerCommand.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerCorpus.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerFlags.def
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interface_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_platform_interceptors.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_report.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/interception.h
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/interception_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_descriptions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_interface_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_chained_origin_depot.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_chained_origin_depot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_new_delete.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/bitmask_enum.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/coff_platform.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/elfnix_tls.ppc64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/executor_symbol_def.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/macho_platform.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/simple_packed_serialization.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/stl_extras.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/bitmask_enum_test.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/executor_symbol_def_test.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/simple_packed_serialization_test.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/simple_packed_serialization_utils.h
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/wrapper_function_utils.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfiling.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfiling.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingBuffer.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingMerge.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingValue.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingWriter.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/WindowsMMap.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/WindowsMMap.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_asm.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interface_posix.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_dl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_dl.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_file.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flat_map.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mallinfo.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_redefine_builtins.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_thread_arg_retval.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_thread_arg_retval.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/weak_symbols.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_config.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/atomic_helpers.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/chunk.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/combined.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/condition_variable.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/condition_variable_base.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/condition_variable_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/condition_variable_linux.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags_parser.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags_parser.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/interface.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/local_cache.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mem_map.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mem_map_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mem_map_linux.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mutex.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/options.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary32.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary64.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/release.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/release.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report_linux.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/secondary.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/size_class_map.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/stack_depot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/trusty.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd_shared.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/vector.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan.syms.extra
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_report.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_riscv64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag.h
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_monitor.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_utils.cpp
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/binary_search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/clamp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/comp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/comp_ref_type.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_move_common.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/count.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/count_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/equal.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/equal_range.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/fill.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/fill_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_end.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_first_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_if_not.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_segment_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/fold.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/for_each_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/generate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/generate_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/half_positive.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_found_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_fun_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_in_out_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_in_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_out_out_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/in_out_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/includes.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/inplace_merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_heap_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_partitioned.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_sorted.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_sorted_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/iter_swap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/iterator_operations.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/lexicographical_compare.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/lower_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/make_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/make_projected.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/max.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/max_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/min.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/min_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/min_max_result.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/minmax.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/minmax_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/mismatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/move.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/move_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/next_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/none_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/nth_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partial_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partial_sort_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partition.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partition_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partition_point.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pop_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/prev_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_any_all_none_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backend.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backend.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/libdispatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_count.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_equal.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_fill.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_frontend_dispatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_generate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_is_partitioned.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_move.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_replace.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_rotate_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_transform.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/push_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_adjacent_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_all_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_binary_search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_clamp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_contains.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_copy_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_copy_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_count.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_count_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_ends_with.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_equal.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_equal_range.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_fill.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_fill_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_end.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_first_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_if_not.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_for_each_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_generate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_generate_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_includes.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_inplace_merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_heap_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_partitioned.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_sorted.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_sorted_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_iterator_concept.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_lexicographical_compare.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_lower_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_make_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_max.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_max_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_min.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_min_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_minmax.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_minmax_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_mismatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_move.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_move_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_next_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_none_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_nth_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_partial_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_partial_sort_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_partition.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_partition_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_partition_point.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_pop_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_prev_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_push_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove_copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_replace.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_replace_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_replace_copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_replace_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_reverse_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_rotate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_rotate_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_sample.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_search_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_set_difference.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_set_intersection.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_set_symmetric_difference.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_set_union.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_shuffle.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_sort_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_stable_partition.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_starts_with.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_swap_ranges.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_transform.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_unique.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_unique_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_upper_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove_copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/replace.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/replace_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/replace_copy_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/replace_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/reverse.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/reverse_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/rotate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/rotate_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sample.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/search_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/set_difference.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/set_intersection.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/set_symmetric_difference.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/set_union.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/shift_left.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/shift_right.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/shuffle.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sift_down.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sort_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/stable_partition.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/swap_ranges.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/three_way_comp_ref_type.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/transform.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unique.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unique_copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unwrap_iter.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unwrap_range.h
/freebsd/contrib/llvm-project/libcxx/include/__assert
/freebsd/contrib/llvm-project/libcxx/include/__atomic/aliases.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_base.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_flag.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_init.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_lock_free.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_sync.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/check_memory_order.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/contention_t.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/cxx_atomic_impl.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/fence.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/is_always_lock_free.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/memory_order.h
/freebsd/contrib/llvm-project/libcxx/include/__availability
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_cast.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_ceil.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/blsr.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/byteswap.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/countl.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/countr.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/endian.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/invert_if.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/popcount.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/rotate.h
/freebsd/contrib/llvm-project/libcxx/include/__bit_reference
/freebsd/contrib/llvm-project/libcxx/include/__charconv/chars_format.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/from_chars_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/from_chars_result.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_base_10.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_result.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/traits.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/calendar.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/convert_to_timespec.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/day.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/duration.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/file_clock.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/hh_mm_ss.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/literals.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/month.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/month_weekday.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/monthday.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ostream.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/parser_std_format_spec.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/steady_clock.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/system_clock.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/time_point.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/tzdb.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/tzdb_list.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/weekday.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/year.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/year_month.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/year_month_day.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/year_month_weekday.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/common_comparison_category.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/compare_partial_order_fallback.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/compare_strong_order_fallback.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/compare_three_way.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/compare_three_way_result.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/compare_weak_order_fallback.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/ordering.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/partial_order.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/strong_order.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/three_way_comparable.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/weak_order.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/arithmetic.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/assignable.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/boolean_testable.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/invocable.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/swappable.h
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/condition_variable.h
/freebsd/contrib/llvm-project/libcxx/include/__config
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/coroutine_handle.h
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/coroutine_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/noop_coroutine_handle.h
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/trivial_awaitables.h
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/randomize_range.h
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/strict_weak_ordering_check.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/exception.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/exception_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/nested_exception.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__expected/expected.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/copy_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_entry.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_status.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_time_type.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_type.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/filesystem_error.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/path.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/path_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/perm_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/perms.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/recursive_directory_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/space_info.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/u8path.h
/freebsd/contrib/llvm-project/libcxx/include/__format/buffer.h
/freebsd/contrib/llvm-project/libcxx/include/__format/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__format/escaped_output_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/extended_grapheme_cluster_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_arg.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_arg_store.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_args.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_context.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_error.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_parse_context.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_string.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_bool.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_char.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_floating_point.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_integer.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_output.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_pointer.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_string.h
/freebsd/contrib/llvm-project/libcxx/include/__format/parser_std_format_spec.h
/freebsd/contrib/llvm-project/libcxx/include/__format/range_default_formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__format/range_formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__format/unicode.h
/freebsd/contrib/llvm-project/libcxx/include/__format/write_escaped.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/binary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/binary_negate.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind_back.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind_front.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/binder1st.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/binder2nd.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/boyer_moore_searcher.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/compose.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/default_searcher.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/hash.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/identity.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/invoke.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/is_transparent.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/mem_fn.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/mem_fun_ref.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/not_fn.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/perfect_forward.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/pointer_to_binary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/pointer_to_unary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/ranges_operations.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/reference_wrapper.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/unary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/unary_negate.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/weak_result_type.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/bit_reference.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/get.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/mdspan.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/span.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/string_view.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__hash_table
/freebsd/contrib/llvm-project/libcxx/include/__ios/fpos.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/access.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/advance.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/back_insert_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/common_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/counted_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/cpp17_iterator_concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/data.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/default_sentinel.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/distance.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/empty.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/erase_if_container.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/front_insert_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/incrementable_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/indirectly_comparable.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/insert_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/istream_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/istreambuf_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iter_move.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iter_swap.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iterator_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iterator_with_data.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/mergeable.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/move_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/move_sentinel.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/next.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ostream_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ostreambuf_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/permutable.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/prev.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/projected.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/readable_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/reverse_access.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/reverse_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/size.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/sortable.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/unreachable_sentinel.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/wrap_iter.h
/freebsd/contrib/llvm-project/libcxx/include/__locale
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/bsd_locale_defaults.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/locale_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__math/abs.h
/freebsd/contrib/llvm-project/libcxx/include/__math/copysign.h
/freebsd/contrib/llvm-project/libcxx/include/__math/error_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/exponential_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/fdim.h
/freebsd/contrib/llvm-project/libcxx/include/__math/fma.h
/freebsd/contrib/llvm-project/libcxx/include/__math/gamma.h
/freebsd/contrib/llvm-project/libcxx/include/__math/hyperbolic_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/hypot.h
/freebsd/contrib/llvm-project/libcxx/include/__math/inverse_hyperbolic_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/inverse_trigonometric_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/logarithms.h
/freebsd/contrib/llvm-project/libcxx/include/__math/min_max.h
/freebsd/contrib/llvm-project/libcxx/include/__math/modulo.h
/freebsd/contrib/llvm-project/libcxx/include/__math/remainder.h
/freebsd/contrib/llvm-project/libcxx/include/__math/roots.h
/freebsd/contrib/llvm-project/libcxx/include/__math/rounding_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/traits.h
/freebsd/contrib/llvm-project/libcxx/include/__math/trigonometric_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__mbstate_t.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/extents.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_left.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_right.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_stride.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/mdspan.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/addressof.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/aligned_alloc.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocation_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator_arg_t.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator_destructor.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/assume_aligned.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/auto_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/builtin_new_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/compressed_pair.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/construct_at.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/destruct_n.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/pointer_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/ranges_construct_at.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/ranges_uninitialized_algorithms.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/raw_storage_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/swap_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/temp_value.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/temporary_buffer.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/uninitialized_algorithms.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/uses_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/uses_allocator_construction.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/voidify.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/polymorphic_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__mutex/once_flag.h
/freebsd/contrib/llvm-project/libcxx/include/__node_handle
/freebsd/contrib/llvm-project/libcxx/include/__numeric/accumulate.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/adjacent_difference.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/exclusive_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/gcd_lcm.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/inclusive_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/inner_product.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/iota.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/midpoint.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/partial_sum.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/pstl_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/pstl_transform_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/saturation_arithmetic.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/transform_exclusive_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/transform_inclusive_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/transform_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__random/bernoulli_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/binomial_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/cauchy_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/chi_squared_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/clamp_to_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__random/discard_block_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/discrete_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/exponential_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/extreme_value_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/gamma_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/generate_canonical.h
/freebsd/contrib/llvm-project/libcxx/include/__random/geometric_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/independent_bits_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/is_seed_sequence.h
/freebsd/contrib/llvm-project/libcxx/include/__random/is_valid.h
/freebsd/contrib/llvm-project/libcxx/include/__random/linear_congruential_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/log2.h
/freebsd/contrib/llvm-project/libcxx/include/__random/lognormal_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/mersenne_twister_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/negative_binomial_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/normal_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/piecewise_constant_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/piecewise_linear_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/poisson_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/random_device.h
/freebsd/contrib/llvm-project/libcxx/include/__random/ranlux.h
/freebsd/contrib/llvm-project/libcxx/include/__random/seed_seq.h
/freebsd/contrib/llvm-project/libcxx/include/__random/shuffle_order_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/student_t_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/subtract_with_carry_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/uniform_int_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/uniform_random_bit_generator.h
/freebsd/contrib/llvm-project/libcxx/include/__random/uniform_real_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/weibull_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/access.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/all.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/chunk_by_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/common_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/counted.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/data.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/drop_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/drop_while_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/elements_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/empty.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/empty_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/enable_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/filter_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/iota_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/istream_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/join_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/lazy_split_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/movable_box.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/non_propagating_cache.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/owning_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/range_adaptor.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/rbegin.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ref_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/rend.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/repeat_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/reverse_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/single_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/size.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/split_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/take_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/take_while_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/to.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/transform_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/view_interface.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/views.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/zip_view.h
/freebsd/contrib/llvm-project/libcxx/include/__split_buffer
/freebsd/contrib/llvm-project/libcxx/include/__std_clang_module
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/atomic_unique_lock.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_callback.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_source.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_state.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_token.h
/freebsd/contrib/llvm-project/libcxx/include/__string/char_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__string/extern_template_lists.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/errc.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/error_code.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/error_condition.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/system_error.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/id.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/jthread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/poll_with_backoff.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/this_thread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/thread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/timed_backoff_policy.h
/freebsd/contrib/llvm-project/libcxx/include/__threading_support
/freebsd/contrib/llvm-project/libcxx/include/__tree
/freebsd/contrib/llvm-project/libcxx/include/__tuple/make_tuple_types.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/sfinae_helpers.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_element.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_indices.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_like_ext.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_size.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_types.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/datasizeof.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/integral_constant.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/invoke.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_constant_evaluated.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_equality_comparable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_constructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_convertible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_swappable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/operation_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/promote.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/as_const.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/as_lvalue.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/cmp.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/convert_to_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/declval.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/empty.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/exception_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/exchange.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/in_place.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/integer_sequence.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/is_pointer_in_range.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/no_destroy.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/pair.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/piecewise_construct.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/priority_tag.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/rel_ops.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/small_buffer.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/swap.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/to_underlying.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/unreachable.h
/freebsd/contrib/llvm-project/libcxx/include/__variant/monostate.h
/freebsd/contrib/llvm-project/libcxx/include/__verbose_abort
/freebsd/contrib/llvm-project/libcxx/include/algorithm
/freebsd/contrib/llvm-project/libcxx/include/any
/freebsd/contrib/llvm-project/libcxx/include/array
/freebsd/contrib/llvm-project/libcxx/include/atomic
/freebsd/contrib/llvm-project/libcxx/include/barrier
/freebsd/contrib/llvm-project/libcxx/include/bit
/freebsd/contrib/llvm-project/libcxx/include/bitset
/freebsd/contrib/llvm-project/libcxx/include/cctype
/freebsd/contrib/llvm-project/libcxx/include/charconv
/freebsd/contrib/llvm-project/libcxx/include/chrono
/freebsd/contrib/llvm-project/libcxx/include/climits
/freebsd/contrib/llvm-project/libcxx/include/cmath
/freebsd/contrib/llvm-project/libcxx/include/codecvt
/freebsd/contrib/llvm-project/libcxx/include/complex
/freebsd/contrib/llvm-project/libcxx/include/concepts
/freebsd/contrib/llvm-project/libcxx/include/condition_variable
/freebsd/contrib/llvm-project/libcxx/include/csetjmp
/freebsd/contrib/llvm-project/libcxx/include/cstddef
/freebsd/contrib/llvm-project/libcxx/include/cstdio
/freebsd/contrib/llvm-project/libcxx/include/cstdlib
/freebsd/contrib/llvm-project/libcxx/include/ctype.h
/freebsd/contrib/llvm-project/libcxx/include/cuchar
/freebsd/contrib/llvm-project/libcxx/include/deque
/freebsd/contrib/llvm-project/libcxx/include/errno.h
/freebsd/contrib/llvm-project/libcxx/include/expected
/freebsd/contrib/llvm-project/libcxx/include/experimental/__config
/freebsd/contrib/llvm-project/libcxx/include/experimental/__memory
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/aligned_tag.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/declaration.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/reference.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/scalar.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/simd.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/simd_mask.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/traits.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/utility.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/vec_ext.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/iterator
/freebsd/contrib/llvm-project/libcxx/include/experimental/memory
/freebsd/contrib/llvm-project/libcxx/include/experimental/propagate_const
/freebsd/contrib/llvm-project/libcxx/include/experimental/simd
/freebsd/contrib/llvm-project/libcxx/include/experimental/type_traits
/freebsd/contrib/llvm-project/libcxx/include/experimental/utility
/freebsd/contrib/llvm-project/libcxx/include/ext/__hash
/freebsd/contrib/llvm-project/libcxx/include/ext/hash_map
/freebsd/contrib/llvm-project/libcxx/include/ext/hash_set
/freebsd/contrib/llvm-project/libcxx/include/fenv.h
/freebsd/contrib/llvm-project/libcxx/include/filesystem
/freebsd/contrib/llvm-project/libcxx/include/float.h
/freebsd/contrib/llvm-project/libcxx/include/format
/freebsd/contrib/llvm-project/libcxx/include/forward_list
/freebsd/contrib/llvm-project/libcxx/include/fstream
/freebsd/contrib/llvm-project/libcxx/include/functional
/freebsd/contrib/llvm-project/libcxx/include/future
/freebsd/contrib/llvm-project/libcxx/include/initializer_list
/freebsd/contrib/llvm-project/libcxx/include/inttypes.h
/freebsd/contrib/llvm-project/libcxx/include/iomanip
/freebsd/contrib/llvm-project/libcxx/include/ios
/freebsd/contrib/llvm-project/libcxx/include/iosfwd
/freebsd/contrib/llvm-project/libcxx/include/istream
/freebsd/contrib/llvm-project/libcxx/include/iterator
/freebsd/contrib/llvm-project/libcxx/include/latch
/freebsd/contrib/llvm-project/libcxx/include/libcxx.imp
/freebsd/contrib/llvm-project/libcxx/include/limits
/freebsd/contrib/llvm-project/libcxx/include/list
/freebsd/contrib/llvm-project/libcxx/include/locale
/freebsd/contrib/llvm-project/libcxx/include/locale.h
/freebsd/contrib/llvm-project/libcxx/include/map
/freebsd/contrib/llvm-project/libcxx/include/math.h
/freebsd/contrib/llvm-project/libcxx/include/mdspan
/freebsd/contrib/llvm-project/libcxx/include/memory
/freebsd/contrib/llvm-project/libcxx/include/memory_resource
/freebsd/contrib/llvm-project/libcxx/include/module.modulemap.in
/freebsd/contrib/llvm-project/libcxx/include/mutex
/freebsd/contrib/llvm-project/libcxx/include/new
/freebsd/contrib/llvm-project/libcxx/include/numbers
/freebsd/contrib/llvm-project/libcxx/include/numeric
/freebsd/contrib/llvm-project/libcxx/include/optional
/freebsd/contrib/llvm-project/libcxx/include/ostream
/freebsd/contrib/llvm-project/libcxx/include/print
/freebsd/contrib/llvm-project/libcxx/include/queue
/freebsd/contrib/llvm-project/libcxx/include/ranges
/freebsd/contrib/llvm-project/libcxx/include/ratio
/freebsd/contrib/llvm-project/libcxx/include/regex
/freebsd/contrib/llvm-project/libcxx/include/scoped_allocator
/freebsd/contrib/llvm-project/libcxx/include/semaphore
/freebsd/contrib/llvm-project/libcxx/include/set
/freebsd/contrib/llvm-project/libcxx/include/shared_mutex
/freebsd/contrib/llvm-project/libcxx/include/source_location
/freebsd/contrib/llvm-project/libcxx/include/span
/freebsd/contrib/llvm-project/libcxx/include/sstream
/freebsd/contrib/llvm-project/libcxx/include/stack
/freebsd/contrib/llvm-project/libcxx/include/stdatomic.h
/freebsd/contrib/llvm-project/libcxx/include/stdbool.h
/freebsd/contrib/llvm-project/libcxx/include/stddef.h
/freebsd/contrib/llvm-project/libcxx/include/stdexcept
/freebsd/contrib/llvm-project/libcxx/include/stdint.h
/freebsd/contrib/llvm-project/libcxx/include/stdio.h
/freebsd/contrib/llvm-project/libcxx/include/stdlib.h
/freebsd/contrib/llvm-project/libcxx/include/stop_token
/freebsd/contrib/llvm-project/libcxx/include/streambuf
/freebsd/contrib/llvm-project/libcxx/include/string
/freebsd/contrib/llvm-project/libcxx/include/string.h
/freebsd/contrib/llvm-project/libcxx/include/string_view
/freebsd/contrib/llvm-project/libcxx/include/strstream
/freebsd/contrib/llvm-project/libcxx/include/syncstream
/freebsd/contrib/llvm-project/libcxx/include/thread
/freebsd/contrib/llvm-project/libcxx/include/tuple
/freebsd/contrib/llvm-project/libcxx/include/typeindex
/freebsd/contrib/llvm-project/libcxx/include/typeinfo
/freebsd/contrib/llvm-project/libcxx/include/uchar.h
/freebsd/contrib/llvm-project/libcxx/include/unordered_map
/freebsd/contrib/llvm-project/libcxx/include/unordered_set
/freebsd/contrib/llvm-project/libcxx/include/utility
/freebsd/contrib/llvm-project/libcxx/include/valarray
/freebsd/contrib/llvm-project/libcxx/include/variant
/freebsd/contrib/llvm-project/libcxx/include/vector
/freebsd/contrib/llvm-project/libcxx/include/version
/freebsd/contrib/llvm-project/libcxx/include/wchar.h
/freebsd/contrib/llvm-project/libcxx/include/wctype.h
/freebsd/contrib/llvm-project/libcxx/modules/CMakeLists.txt.in
/freebsd/contrib/llvm-project/libcxx/modules/modules.json.in
/freebsd/contrib/llvm-project/libcxx/modules/std.compat.cppm.in
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cassert.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cerrno.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cfenv.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cfloat.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cinttypes.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/climits.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/clocale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cmath.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/csetjmp.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/csignal.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdarg.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstddef.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdint.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdio.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdlib.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstring.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ctime.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cuchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cwchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cwctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.cppm.in
/freebsd/contrib/llvm-project/libcxx/modules/std/algorithm.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/any.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/array.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/atomic.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/barrier.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/bit.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/bitset.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cassert.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cerrno.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cfenv.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cfloat.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/charconv.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/chrono.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cinttypes.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/climits.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/clocale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cmath.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/codecvt.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/compare.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/complex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/concepts.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/condition_variable.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/coroutine.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/csetjmp.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/csignal.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdarg.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstddef.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdint.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdio.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdlib.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstring.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ctime.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cuchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cwchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cwctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/deque.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/exception.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/execution.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/expected.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/filesystem.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/flat_map.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/flat_set.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/format.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/forward_list.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/fstream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/functional.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/future.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/generator.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/hazard_pointer.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/initializer_list.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/iomanip.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ios.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/iosfwd.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/iostream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/istream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/iterator.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/latch.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/limits.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/list.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/locale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/map.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/mdspan.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/memory.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/memory_resource.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/mutex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/new.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/numbers.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/numeric.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/optional.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ostream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/print.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/queue.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/random.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ranges.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ratio.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/rcu.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/regex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/semaphore.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/set.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/shared_mutex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/source_location.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/span.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/spanstream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/sstream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/stack.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/stacktrace.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/stdexcept.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/stdfloat.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/stop_token.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/streambuf.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/string.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/string_view.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/strstream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/syncstream.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/system_error.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/text_encoding.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/thread.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/tuple.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/type_traits.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/typeindex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/typeinfo.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/unordered_map.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/unordered_set.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/utility.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/valarray.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/variant.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/vector.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/version.inc
/freebsd/contrib/llvm-project/libcxx/src/any.cpp
/freebsd/contrib/llvm-project/libcxx/src/atomic.cpp
/freebsd/contrib/llvm-project/libcxx/src/barrier.cpp
/freebsd/contrib/llvm-project/libcxx/src/bind.cpp
/freebsd/contrib/llvm-project/libcxx/src/call_once.cpp
/freebsd/contrib/llvm-project/libcxx/src/charconv.cpp
/freebsd/contrib/llvm-project/libcxx/src/chrono.cpp
/freebsd/contrib/llvm-project/libcxx/src/condition_variable.cpp
/freebsd/contrib/llvm-project/libcxx/src/condition_variable_destructor.cpp
/freebsd/contrib/llvm-project/libcxx/src/error_category.cpp
/freebsd/contrib/llvm-project/libcxx/src/exception.cpp
/freebsd/contrib/llvm-project/libcxx/src/experimental/keep.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/directory_entry.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/directory_iterator.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/error.h
/freebsd/contrib/llvm-project/libcxx/src/filesystem/file_descriptor.h
/freebsd/contrib/llvm-project/libcxx/src/filesystem/filesystem_clock.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/filesystem_error.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/format_string.h
/freebsd/contrib/llvm-project/libcxx/src/filesystem/int128_builtins.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/operations.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/path.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/path_parser.h
/freebsd/contrib/llvm-project/libcxx/src/filesystem/posix_compat.h
/freebsd/contrib/llvm-project/libcxx/src/filesystem/time_utils.h
/freebsd/contrib/llvm-project/libcxx/src/fstream.cpp
/freebsd/contrib/llvm-project/libcxx/src/functional.cpp
/freebsd/contrib/llvm-project/libcxx/src/future.cpp
/freebsd/contrib/llvm-project/libcxx/src/hash.cpp
/freebsd/contrib/llvm-project/libcxx/src/include/apple_availability.h
/freebsd/contrib/llvm-project/libcxx/src/include/atomic_support.h
/freebsd/contrib/llvm-project/libcxx/src/include/config_elast.h
/freebsd/contrib/llvm-project/libcxx/src/include/overridable_function.h
/freebsd/contrib/llvm-project/libcxx/src/include/refstring.h
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/common.h
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/d2s_intrinsics.h
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/ryu.h
/freebsd/contrib/llvm-project/libcxx/src/include/sso_allocator.h
/freebsd/contrib/llvm-project/libcxx/src/include/to_chars_floating_point.h
/freebsd/contrib/llvm-project/libcxx/src/ios.cpp
/freebsd/contrib/llvm-project/libcxx/src/ios.instantiations.cpp
/freebsd/contrib/llvm-project/libcxx/src/iostream.cpp
/freebsd/contrib/llvm-project/libcxx/src/locale.cpp
/freebsd/contrib/llvm-project/libcxx/src/memory.cpp
/freebsd/contrib/llvm-project/libcxx/src/memory_resource.cpp
/freebsd/contrib/llvm-project/libcxx/src/mutex.cpp
/freebsd/contrib/llvm-project/libcxx/src/mutex_destructor.cpp
/freebsd/contrib/llvm-project/libcxx/src/new.cpp
/freebsd/contrib/llvm-project/libcxx/src/new_helpers.cpp
/freebsd/contrib/llvm-project/libcxx/src/optional.cpp
/freebsd/contrib/llvm-project/libcxx/src/ostream.cpp
/freebsd/contrib/llvm-project/libcxx/src/print.cpp
/freebsd/contrib/llvm-project/libcxx/src/pstl/libdispatch.cpp
/freebsd/contrib/llvm-project/libcxx/src/random.cpp
/freebsd/contrib/llvm-project/libcxx/src/random_shuffle.cpp
/freebsd/contrib/llvm-project/libcxx/src/regex.cpp
/freebsd/contrib/llvm-project/libcxx/src/ryu/d2fixed.cpp
/freebsd/contrib/llvm-project/libcxx/src/ryu/d2s.cpp
/freebsd/contrib/llvm-project/libcxx/src/ryu/f2s.cpp
/freebsd/contrib/llvm-project/libcxx/src/shared_mutex.cpp
/freebsd/contrib/llvm-project/libcxx/src/std_stream.h
/freebsd/contrib/llvm-project/libcxx/src/stdexcept.cpp
/freebsd/contrib/llvm-project/libcxx/src/string.cpp
/freebsd/contrib/llvm-project/libcxx/src/strstream.cpp
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/mbsnrtowcs.cpp
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/wcsnrtombs.cpp
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/xlocale_zos.cpp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_fallback.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_glibcxx.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_libcxxabi.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_libcxxrt.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_msvc.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_pointer_msvc.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/stdexcept_default.ipp
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/stdexcept_vcruntime.ipp
/freebsd/contrib/llvm-project/libcxx/src/system_error.cpp
/freebsd/contrib/llvm-project/libcxx/src/thread.cpp
/freebsd/contrib/llvm-project/libcxx/src/typeinfo.cpp
/freebsd/contrib/llvm-project/libcxx/src/tz.cpp
/freebsd/contrib/llvm-project/libcxx/src/tzdb_list.cpp
/freebsd/contrib/llvm-project/libcxx/src/valarray.cpp
/freebsd/contrib/llvm-project/libcxx/src/variant.cpp
/freebsd/contrib/llvm-project/libcxx/src/vector.cpp
/freebsd/contrib/llvm-project/libcxx/src/verbose_abort.cpp
/freebsd/contrib/llvm-project/libcxx/vendor/llvm/default_assertion_handler.in
/freebsd/contrib/llvm-project/libunwind/include/__libunwind_config.h
/freebsd/contrib/llvm-project/libunwind/include/libunwind.h
/freebsd/contrib/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h
/freebsd/contrib/llvm-project/libunwind/src/AddressSpace.hpp
/freebsd/contrib/llvm-project/libunwind/src/DwarfInstructions.hpp
/freebsd/contrib/llvm-project/libunwind/src/EHHeaderParser.hpp
/freebsd/contrib/llvm-project/libunwind/src/FrameHeaderCache.hpp
/freebsd/contrib/llvm-project/libunwind/src/Registers.hpp
/freebsd/contrib/llvm-project/libunwind/src/Unwind-sjlj.c
/freebsd/contrib/llvm-project/libunwind/src/Unwind-wasm.c
/freebsd/contrib/llvm-project/libunwind/src/UnwindCursor.hpp
/freebsd/contrib/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c
/freebsd/contrib/llvm-project/libunwind/src/UnwindRegistersRestore.S
/freebsd/contrib/llvm-project/libunwind/src/UnwindRegistersSave.S
/freebsd/contrib/llvm-project/libunwind/src/config.h
/freebsd/contrib/llvm-project/libunwind/src/libunwind.cpp
/freebsd/contrib/llvm-project/lld/COFF/Chunks.cpp
/freebsd/contrib/llvm-project/lld/COFF/Chunks.h
/freebsd/contrib/llvm-project/lld/COFF/Config.h
/freebsd/contrib/llvm-project/lld/COFF/DLL.cpp
/freebsd/contrib/llvm-project/lld/COFF/DebugTypes.cpp
/freebsd/contrib/llvm-project/lld/COFF/Driver.cpp
/freebsd/contrib/llvm-project/lld/COFF/Driver.h
/freebsd/contrib/llvm-project/lld/COFF/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/COFF/ICF.cpp
/freebsd/contrib/llvm-project/lld/COFF/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/COFF/LLDMapFile.cpp
/freebsd/contrib/llvm-project/lld/COFF/LTO.cpp
/freebsd/contrib/llvm-project/lld/COFF/MapFile.cpp
/freebsd/contrib/llvm-project/lld/COFF/MarkLive.cpp
/freebsd/contrib/llvm-project/lld/COFF/MinGW.cpp
/freebsd/contrib/llvm-project/lld/COFF/Options.td
/freebsd/contrib/llvm-project/lld/COFF/PDB.cpp
/freebsd/contrib/llvm-project/lld/COFF/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/COFF/SymbolTable.h
/freebsd/contrib/llvm-project/lld/COFF/Symbols.h
/freebsd/contrib/llvm-project/lld/COFF/Writer.cpp
/freebsd/contrib/llvm-project/lld/COFF/Writer.h
/freebsd/contrib/llvm-project/lld/Common/Args.cpp
/freebsd/contrib/llvm-project/lld/Common/DriverDispatcher.cpp
/freebsd/contrib/llvm-project/lld/Common/Filesystem.cpp
/freebsd/contrib/llvm-project/lld/Common/Strings.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AArch64.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AMDGPU.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/ARM.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AVR.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/Hexagon.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/LoongArch.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/Mips.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/PPC.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/PPC64.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/RISCV.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/SystemZ.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/X86_64.cpp
/freebsd/contrib/llvm-project/lld/ELF/CallGraphSort.cpp
/freebsd/contrib/llvm-project/lld/ELF/CallGraphSort.h
/freebsd/contrib/llvm-project/lld/ELF/Config.h
/freebsd/contrib/llvm-project/lld/ELF/DWARF.h
/freebsd/contrib/llvm-project/lld/ELF/Driver.cpp
/freebsd/contrib/llvm-project/lld/ELF/Driver.h
/freebsd/contrib/llvm-project/lld/ELF/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputFiles.h
/freebsd/contrib/llvm-project/lld/ELF/InputSection.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputSection.h
/freebsd/contrib/llvm-project/lld/ELF/LTO.cpp
/freebsd/contrib/llvm-project/lld/ELF/LTO.h
/freebsd/contrib/llvm-project/lld/ELF/LinkerScript.cpp
/freebsd/contrib/llvm-project/lld/ELF/LinkerScript.h
/freebsd/contrib/llvm-project/lld/ELF/MapFile.cpp
/freebsd/contrib/llvm-project/lld/ELF/Options.td
/freebsd/contrib/llvm-project/lld/ELF/OutputSections.cpp
/freebsd/contrib/llvm-project/lld/ELF/Relocations.cpp
/freebsd/contrib/llvm-project/lld/ELF/Relocations.h
/freebsd/contrib/llvm-project/lld/ELF/ScriptLexer.h
/freebsd/contrib/llvm-project/lld/ELF/ScriptParser.cpp
/freebsd/contrib/llvm-project/lld/ELF/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/ELF/Symbols.cpp
/freebsd/contrib/llvm-project/lld/ELF/Symbols.h
/freebsd/contrib/llvm-project/lld/ELF/SyntheticSections.cpp
/freebsd/contrib/llvm-project/lld/ELF/SyntheticSections.h
/freebsd/contrib/llvm-project/lld/ELF/Target.cpp
/freebsd/contrib/llvm-project/lld/ELF/Target.h
/freebsd/contrib/llvm-project/lld/ELF/Thunks.cpp
/freebsd/contrib/llvm-project/lld/ELF/Writer.cpp
/freebsd/contrib/llvm-project/lld/ELF/Writer.h
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64.cpp
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64Common.h
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64_32.cpp
/freebsd/contrib/llvm-project/lld/MachO/Arch/X86_64.cpp
/freebsd/contrib/llvm-project/lld/MachO/Config.h
/freebsd/contrib/llvm-project/lld/MachO/Driver.cpp
/freebsd/contrib/llvm-project/lld/MachO/Driver.h
/freebsd/contrib/llvm-project/lld/MachO/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/MachO/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/MachO/InputFiles.h
/freebsd/contrib/llvm-project/lld/MachO/LTO.cpp
/freebsd/contrib/llvm-project/lld/MachO/Options.td
/freebsd/contrib/llvm-project/lld/MachO/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/MachO/Symbols.h
/freebsd/contrib/llvm-project/lld/MachO/SyntheticSections.cpp
/freebsd/contrib/llvm-project/lld/MachO/SyntheticSections.h
/freebsd/contrib/llvm-project/lld/MachO/Target.h
/freebsd/contrib/llvm-project/lld/docs/ELF/linker_script.rst
/freebsd/contrib/llvm-project/lld/docs/ReleaseNotes.rst
/freebsd/contrib/llvm-project/lld/docs/WebAssembly.rst
/freebsd/contrib/llvm-project/lld/docs/ld.lld.1
/freebsd/contrib/llvm-project/lld/docs/windows_support.rst
/freebsd/contrib/llvm-project/lld/include/lld/Common/Filesystem.h
/freebsd/contrib/llvm-project/lld/tools/lld/lld.cpp
/freebsd/contrib/llvm-project/lldb/bindings/headers.swig
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBAddressExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBBreakpointListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBBreakpointLocationExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBBreakpointNameExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBBroadcastExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBCompileUnitExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBDataExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBDeclarationExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBErrorExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFileSpecExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFileSpecListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFormatDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFrameExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFunctionExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBInstructionExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBLineEntryExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBMemoryRegionInfoExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBMemoryRegionInfoListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBModuleExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBModuleSpecListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBProcessDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBProcessExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBProcessInfoListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBQueueItemExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBScriptObjectExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBSectionExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBStreamExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBStructuredDataExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBSymbolExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTargetDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTargetExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBThreadCollectionExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBThreadExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeCategoryExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeEnumMemberExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeFilterExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeFormatExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeNameSpecifierExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeSummaryExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTypeSyntheticExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBUnixSignalsExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBValueExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBWatchpointDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBWatchpointExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBWatchpointOptionsDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interfaces.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/createPythonInit.py
/freebsd/contrib/llvm-project/lldb/bindings/python/python-extensions.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python-typemaps.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python-wrapper.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python.swig
/freebsd/contrib/llvm-project/lldb/docs/python_api.rst
/freebsd/contrib/llvm-project/lldb/docs/python_api_enums.rst
/freebsd/contrib/llvm-project/lldb/include/lldb/API/LLDB.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBAttachInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBBreakpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBDebugger.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBDefines.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBError.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBFormat.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBFrame.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBPlatform.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBProcess.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBProcessInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBProcessInfoList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBTarget.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBThread.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBTrace.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBType.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBValue.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBWatchpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBWatchpointOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/Breakpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointIDList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointName.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointSite.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/StopPointSiteList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/StoppointSite.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/Watchpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointResource.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointResourceList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Address.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Architecture.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Debugger.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/DebuggerEvents.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Disassembler.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/FormatEntity.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/IOHandler.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Mangled.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Module.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ModuleList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Progress.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ThreadedCommunication.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/UserSettingsController.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Value.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectChild.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectVTable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/FormatManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/TypeSynthetic.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DWARFExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DWARFExpressionList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DiagnosticManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/IRInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/LLVMUserExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/UserExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Config.h.cmake
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Editline.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/File.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Socket.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/StreamFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Terminal.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/PipePosix.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandCompletions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandObject.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandOptionArgumentTable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandReturnObject.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValue.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueProperties.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ScriptInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompileUnit.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompilerDecl.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompilerDeclContext.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompilerType.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/Function.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/LineEntry.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/LocateSymbolFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ObjectContainer.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ObjectFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/Symbol.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolContext.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolFileOnDemand.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolLocator.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/Type.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/TypeMap.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/TypeSystem.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/VariableList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/DynamicLoader.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/DynamicRegisterInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Language.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/LanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Platform.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Process.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/RegisterContext.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/RegisterFlags.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/StackFrame.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Target.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/TargetList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Thread.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Trace.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/UnixSignals.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/AddressableBits.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/AppleUuidCompatibility.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Broadcaster.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Checksum.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/CompletionRequest.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ConstString.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/DataBuffer.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/DataEncoder.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Event.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/FileSpec.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/FileSpecList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Instrumentation.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ProcessInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/RangeMap.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/RegisterValue.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Scalar.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Status.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Stream.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/StreamBuffer.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/StreamString.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/StructuredData.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/SupportFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/XcodeSDK.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-defines.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-enumerations.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-forward.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-enumerations.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-interfaces.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-types.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-types.h
/freebsd/contrib/llvm-project/lldb/source/API/SBBreakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBBreakpointLocation.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBBreakpointOptionCommon.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBCommandInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBCompileUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBDebugger.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBEvent.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBFormat.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBHostOS.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBInstruction.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBInstructionList.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBModule.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBProcess.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBProcessInfoList.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBSourceManager.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBStream.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBThread.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBThreadPlan.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBType.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTypeFilter.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTypeFormat.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTypeSummary.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTypeSynthetic.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBUnixSignals.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBValue.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBWatchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBWatchpointOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SystemInitializerFull.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointIDList.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointList.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointName.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolver.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverName.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointSite.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/StopPointSiteList.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/StoppointSite.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/Watchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/WatchpointList.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/WatchpointResource.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/WatchpointResourceList.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandCompletions.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectApropos.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectApropos.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDWIMPrint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDWIMPrint.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDiagnostics.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDisassemble.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDisassemble.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectGUI.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectGUI.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectHelp.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectHelp.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectLog.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectMemory.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectMemoryTag.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectMultiword.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectPlugin.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectProcess.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectRegister.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectScript.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectScript.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSession.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSettings.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSource.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSource.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectStats.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThread.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectTrace.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectType.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectVersion.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectVersion.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandOptionsProcessLaunch.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/Options.td
/freebsd/contrib/llvm-project/lldb/source/Core/Address.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/CoreProperties.td
/freebsd/contrib/llvm-project/lldb/source/Core/DataFileCache.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Debugger.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Disassembler.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DumpDataExtractor.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DynamicLoader.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/EmulateInstruction.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/FormatEntity.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/IOHandler.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Mangled.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Module.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ModuleList.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/PluginManager.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Progress.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/RichManglingContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/SearchFilter.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Section.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ThreadedCommunication.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/UserSettingsController.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Value.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObject.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectSyntheticFilter.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectVTable.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/CXXFunctionPointer.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/StringPrinter.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeCategoryMap.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeFormat.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeSynthetic.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/VectorType.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/DWARFExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/DiagnosticManager.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/IRExecutionUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/IRInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/LLVMUserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/ObjectFileJIT.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/REPL.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/UserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/UtilityFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Editline.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/File.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/FileSystem.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Host.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/PseudoTerminal.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/SocketAddress.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/StreamFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/HostInfoNetBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/HostNetBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/posix/DomainSocket.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/posix/MainLoopPosix.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/posix/PipePosix.cpp
/freebsd/contrib/llvm-project/lldb/source/Initialization/SystemInitializerCommon.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/CommandAlias.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/CommandObject.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionArgParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionValue.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/Options.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ScriptInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/embedded_interpreter.py
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ReportRetriever.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ObjectFileCOFF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterFlagsLinux_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterFlagsLinux_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/RegisterTypeBuilderClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/OperatingSystemPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/OperatingSystemPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPlatformPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPlatformPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/CTFTypes.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/SymbolFileJSON.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfodProperties.td
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/htr.rst
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompileUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompilerDecl.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompilerDeclContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompilerType.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Function.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/LineEntry.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/LineTable.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/ObjectFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Symbol.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolFileOnDemand.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolLocator.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Symtab.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Type.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/TypeMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/TypeSystem.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Variable.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/DynamicRegisterInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/JITLoaderList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Language.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Platform.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Process.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ProcessTrace.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RegisterContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RegisterFlags.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StackFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StackFrameList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StopInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Target.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TargetList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TargetProperties.td
/freebsd/contrib/llvm-project/lldb/source/Target/Thread.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanCallFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverRange.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepRange.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepUntil.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanTracer.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TraceDumper.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/UnixSignals.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/AddressableBits.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Args.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Broadcaster.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Checksum.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/CompletionRequest.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Diagnostics.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Event.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/FileSpec.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/FileSpecList.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Listener.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Log.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/NameMatches.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Scalar.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Status.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Stream.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/StreamString.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/StringExtractor.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/StructuredData.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/TildeExpressionResolver.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/XcodeSDK.cpp
/freebsd/contrib/llvm-project/lldb/tools/driver/Driver.cpp
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/lldb-gdbserver.cpp
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/lldb-server.cpp
/freebsd/contrib/llvm-project/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
/freebsd/contrib/llvm-project/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Core.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/LLJIT.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/LLJITUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Orc.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/TargetMachine.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Types.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/APFixedPoint.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/APFloat.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Any.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/BitmaskEnum.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Bitset.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/CombinationGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ConcurrentHashtable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FloatingPointMode.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FoldingSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FunctionExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericConvergenceVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericCycleImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericCycleInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericSSAContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericUniformityImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericUniformityInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/IndexedMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/IntervalMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/IntervalTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/LazyAtomicPointer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/MapVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/PagedVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/PostOrderIterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/STLExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/STLForwardCompat.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Sequence.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SetVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SmallVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SparseBitVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SparseSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StableHashing.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringSwitch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Twine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/bit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_iterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_node.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_node_options.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/iterator_range.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/simple_ilist.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AliasSetTracker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AssumeBundleQueries.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AssumptionCache.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CFGPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CFGSCCPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CallGraph.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CallPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CaptureTracking.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ConstantFolding.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ConstraintSystem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CostModel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CycleAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DDG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DDGPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Delinearization.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DemandedBits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DependenceAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DependenceGraphBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DomConditionCache.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DominanceFrontier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/EHUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/GuardUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IVDescriptors.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineAdvisor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineCost.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InstSimplifyFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InstructionSimplify.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IntervalIterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LazyValueInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Loads.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopCacheAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopIterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopNestAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MLModelRunner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemDerefPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryBuiltins.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryLocation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemorySSA.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ModelUnderTrainingRunner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MustExecute.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Passes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/PhiValues.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/PostDominators.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/RegionInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/RegionInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ScalarEvolution.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/SimplifyQuery.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/StackLifetime.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/StackSafetyAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/StructuralHash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TensorSpec.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/UniformityAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/TFUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ValueLattice.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ValueTracking.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/VecFuncs.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/VectorUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/WithCache.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/LLParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/LLToken.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/Parser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/COFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DXContainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DXContainerConstants.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Dwarf.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DynamicTags.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/GOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/MachO.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/MachO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Magic.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/MsgPack.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/MsgPackReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Swift.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Wasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/WasmTraits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeWriterPass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/LLVMBitCodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/BitstreamReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/BitstreamWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AccelTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AntiDepBreaker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AsmPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicTTIImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CallBrPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CallingConvLower.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CodeGenPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CommandFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/DwarfEHPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ExpandLargeDivRem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ExpandLargeFpConvert.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ExpandMemCmp.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/FastISel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GCMetadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalMerge.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ISDOpcodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/IndirectBrExpand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/IndirectThunks.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/InterleavedAccess.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/InterleavedLoadCombine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/JMCInstrumenter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveInterval.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervals.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LivePhysRegs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveRegUnits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveVariables.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LowLevelType.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LowerEmuTLS.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MBFIWrapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRFormatter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/MIParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRYamlMapping.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineBasicBlock.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineCycleAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineFunction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineInstr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineLoopInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineMemOperand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineOperand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineOutliner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePassRegistry.def
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePipeliner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineSSAContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineScheduler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineStableHash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineValueType.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MacroFusion.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ModuloSchedule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ParallelCG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/Passes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PseudoSourceValue.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PseudoSourceValueManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegisterBank.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegisterScavenging.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SafeStack.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ScheduleDAG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SchedulerRegistry.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectOptimize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGISel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ShadowStackGCLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SjLjEHPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SlotIndexes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/StackMaps.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/StackProtector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetFrameLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetInstrInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetPassConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetSchedule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TileShapeInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/VLIWMachineScheduler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/WasmEHPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/WinEHPrepare.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/AddressesMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/DWARFFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/DWARFLinkerBase.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/IndexedValuesMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/DWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/StringPool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/DWP.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/BTF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/BTFParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DIContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/FileWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/GsymReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/Debuginfod.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/Demangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/DemangleConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ItaniumDemangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ItaniumNodes.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/README.txt
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/Utility.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITEventListener.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/riscv.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITSymbol.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Core.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/MachOBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/FileCheck.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/HLSLResource.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/OffloadWrapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/Utility.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ACC.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMP.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Attributes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Attributes.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/AutoUpgrade.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/BasicBlock.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/CallingConv.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantRange.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Constants.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConvergenceVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/CycleInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DIBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DataLayout.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugInfoMetadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugProgramInstruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DerivedTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DiagnosticHandler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Dominators.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/FMF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/FixedMetadataKinds.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Function.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GenericConvergenceVerifierImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GetElementPtrTypeIterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalAlias.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalIFunc.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalObject.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalValue.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalVariable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IRBuilderFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/InlineAsm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/InstrTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Instruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Instructions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicInst.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Intrinsics.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsAArch64.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsBPF.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsLoongArch.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsNVVM.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsPowerPC.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCVXCV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCVXsf.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsSPIRV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsSystemZ.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsX86.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/LegacyPassManagers.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Metadata.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Metadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Module.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/NoFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/OperandTraits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Operator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/OptBisect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassManagerInternal.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassTimingInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PatternMatch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ProfDataUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ProfileSummary.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ReplaceConstant.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/RuntimeLibcalls.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/SSAContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/SafepointIRVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/StructuralHash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/SymbolTableListTraits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Type.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/VFABIDemangler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/VPIntrinsics.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Value.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ValueSymbolTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IRReader/IRReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/InitializePasses.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/Config.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/LTO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LinkAllPasses.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/DXContainerPSVInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmBackend.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAssembler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCCodeEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCCodeView.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDwarf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCELFObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCExpr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCFixup.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCFragment.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCGOFFObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCGOFFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstrAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstrDesc.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstrItineraries.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCMachObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCObjectFileInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCPseudoProbe.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSchedule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionWasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionXCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSubtargetInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbol.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolWasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolXCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCTargetOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCXCOFFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/StringTableBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/TargetRegistry.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HWEventListener.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Support.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/CommonConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/Archive.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ArchiveWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/COFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/COFFImportFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/DXContainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELFTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/FaultMapParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/GOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/GOFFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/MachO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/MachOUniversalWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/OffloadBinary.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/StackMapParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/TapiFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/Wasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/XCOFFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/DXContainerYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ELFYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/GOFFYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ObjectYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/OffloadYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/yaml2obj.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ArgList.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/OptTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/Option.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/PassBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/StandardInstrumentations.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/FunctionId.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/GCOV.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/HashKeyMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfData.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/MemProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ProfileCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/RawMemProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/Remark.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AMDGPUAddrSpace.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AMDGPUMetadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AutoConvert.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Automaton.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryByteStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryItemStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryStreamReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryStreamRef.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BinaryStreamWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BlockFrequency.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/CFGDiff.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Casting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Chrono.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/CodeGen.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/CommandLine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Compiler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Debug.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/DynamicLibrary.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ELFAttributeParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Endian.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/EndianStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Error.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormattedStream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericDomTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericDomTreeConstruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericLoopInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericLoopInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GlobPattern.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/HashBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/JSON.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/KnownBits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/LEB128.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/LLVMDriver.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/MD5.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/MathExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/MemAlloc.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/OnDiskHashTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/PGOOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RISCVAttributes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RISCVISAInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RWMutex.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Regex.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SourceMgr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SpecialCaseList.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/StringSaver.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SwapByteOrder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SystemZ/zOSSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TargetOpcodes.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ThreadSafeAllocator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TrailingObjects.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TypeName.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TypeSize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/VersionTuple.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/VirtualFileSystem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Win64EH.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/WithColor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/X86FoldTablesUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/YAMLParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/YAMLTraits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/raw_socket_stream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/DirectiveEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/Error.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/Parser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/SearchableTable.td
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/StringToOffsetTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/TableGenBackend.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/CGPassBuilderOption.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GenericOpcodes.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/Combine.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/Target.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/Target.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetInstrPredicate.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetMachine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetPfmCounters.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetSchedule.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetSelectionDAG.td
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/AArch64TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/RISCVTargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/SubtargetFeature.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/Triple.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/X86TargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/X86TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ArchitectureSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/DylibReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/InterfaceFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/PackedVersion.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Record.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/RecordVisitor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/RecordsSlice.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Symbol.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/SymbolSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/TextAPIError.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/TextAPIReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/TextAPIWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/CFGuard.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/HipStdPar/HipStdPar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/BlockExtractor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/EmbedBitcodePass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/FunctionImport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/SampleProfile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/CFGMST.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/GVN.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/InferAlignment.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/Reassociate.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/Scalarizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeLayout.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/DXILUpgrade.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/FunctionComparator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/Local.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/LoopConstrainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/LoopUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/MisExpect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/PredicateInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SampleProfileInference.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ValueMapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/BlockVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/Graph.h
/freebsd/contrib/llvm-project/llvm/include/module.modulemap
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasSetTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Analysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AssumeBundleQueries.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AssumptionCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BranchProbabilityInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CFGPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CGSCCPassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CallGraph.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CaptureTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ConstantFolding.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ConstraintSystem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CostModel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Delinearization.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DomConditionCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/GlobalsModRef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/GuardUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/IVDescriptors.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineCost.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineOrder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InstCount.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InstructionSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LazyValueInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Lint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Loads.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopAccessAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryBuiltins.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemorySSA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemorySSAUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ProfileSummaryInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/RegionPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolution.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScopedNoAliasAA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StackSafetyAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StructuralHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TFLiteUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TargetLibraryInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TrainingLogger.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/UniformityAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ValueTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/VectorUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/LLLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/LLParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/DXContainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/Magic.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/MsgPackDocument.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.h
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ValueList.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/Analysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AtomicExpandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockPathCloning.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockSections.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BranchRelaxation.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CFIFixup.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CFIInstrInserter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CalcSpillWeights.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CallBrPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGen.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CommandFlags.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/DwarfEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/EarlyIfConversion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandLargeDivRem.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandLargeFpConvert.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandMemCmp.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandVectorPredication.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GCMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GCRootLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Combiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/GIMatchTableExecutor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegacyLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Localizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalMerge.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/IfConversion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ImplicitNullChecks.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InlineSpiller.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InterleavedAccessPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/JMCInstrumenter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LLVMTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugVariables.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveInterval.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveIntervalCalc.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveIntervalUnion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveIntervals.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveRangeCalc.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveRangeEdit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveRangeShrink.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveVariables.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LowLevelType.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LowerEmuTLS.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MBFIWrapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRFSDiscriminator.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MILexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MILexer.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MIParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRSampleProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBasicBlock.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBlockPlacement.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCSE.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCopyPropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionSplitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineInstr.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineInstrBundle.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLateInstrsCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLoopInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineOperand.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineOutliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachinePassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachinePipeliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineSSAContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineSink.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineStableHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineTraceMetrics.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/NonRelocatableStringpool.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PHIElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PatchableFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PostRASchedulerList.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PrologEpilogInserter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PseudoSourceValue.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RDFGraph.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RDFRegisters.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocFast.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocGreedy.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocGreedy.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocPBQP.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocScore.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterBank.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterClassInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterCoalescer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterScavenging.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ReplaceWithVeclib.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SafeStack.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SanitizerBinaryMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ScheduleDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectOptimize.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ShrinkWrap.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SjLjEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SlotIndexes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SpillPlacement.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SpillPlacement.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackMaps.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackProtector.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackSlotColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetPassConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetSchedule.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TypePromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/UnreachableBlockElim.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ValueTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/VirtRegMap.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/WasmEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/WinEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/DWARFLinkerBase.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/AcceleratorRecordsSaver.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/AcceleratorRecordsSaver.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ArrayList.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DIEAttributeCloner.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DIEAttributeCloner.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DIEGenerator.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerGlobalData.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DebugLineSectionEmitter.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DependencyTracker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/OutputSections.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/OutputSections.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/StringEntryToDwarfStringPoolEntryMap.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/SyntheticTypeNameBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/SyntheticTypeNameBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/TypePool.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWP/DWP.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/BTFContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/BTFParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/RecordName.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/GsymReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/LineTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/LVCompare.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/Debuginfod.cpp
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/HTTPClient.cpp
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/HTTPServer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Demangle/Demangle.cpp
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ItaniumDemangle.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/COFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ppc64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/riscv.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Core.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/DebugInfoSupport.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/DebuggerSupport.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/LLJITUtilsCBindings.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ObjectFormats.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/FileCheck.cpp
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/FileCheckImpl.h
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/CodeGenOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/HLSLResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/OffloadWrapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/Utility.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/FuzzerCLI.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/AsmWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Attributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/AutoUpgrade.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/BasicBlock.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantFold.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantRange.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Constants.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantsContext.h
/freebsd/contrib/llvm-project/llvm/lib/IR/ConvergenceVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Core.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DIBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DataLayout.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugInfoMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugProgramInstruction.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Dominators.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/EHPersonalities.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Function.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Globals.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IRPrintingPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Instruction.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Instructions.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IntrinsicInst.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.h
/freebsd/contrib/llvm-project/llvm/lib/IR/LegacyPassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Mangler.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Metadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Module.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ModuleSummaryIndex.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Operator.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Pass.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PassInstrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PassTimingInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PrintPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ProfDataUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ReplaceConstant.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/SSAContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/StructuralHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/SymbolTableListTraitsImpl.h
/freebsd/contrib/llvm-project/llvm/lib/IR/Type.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/TypeFinder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/VFABIDemangler.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Value.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Verifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/IRPrinter/IRPrintingPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ELFObjHandler.cpp
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/IFSHandler.cpp
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/IFSStub.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTO.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOCodeGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/LineEditor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Linker/IRMover.cpp
/freebsd/contrib/llvm-project/llvm/lib/Linker/LinkModules.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/DXContainerPSVInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/GOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmInfoELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAssembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCCodeView.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDXContainerWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDwarf.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCELFObjectTargetWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCFragment.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCGOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCObjectFileInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCObjectStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/AsmLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/COFFMasmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCPseudoProbe.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSchedule.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionXCOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSubtargetInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCTargetOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCWin64EH.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCXCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MachObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/SPIRVObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/StringTableBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/TargetRegistry.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/WasmObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/WinCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/XCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/Scheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/InstrBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/EntryStage.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ExecuteStage.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/InstructionTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/Support.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/Archive.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/CommonConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ConfigManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOObjcopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOObject.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOObject.h
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.h
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/WasmObjcopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/Archive.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ArchiveWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/Binary.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFImportFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFModuleDefinition.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/DXContainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/IRObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/IRSymtab.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/MachOObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/MachOUniversalWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ModuleSymbolTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/OffloadBinary.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/RecordStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/RecordStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Object/RelocationResolver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/SymbolSize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/TapiFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/WasmObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/XCOFFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/COFFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/COFFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DXContainerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DXContainerYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ELFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ELFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/GOFFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/GOFFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/MachOEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/MachOYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ObjectYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/OffloadEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/WasmYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/XCOFFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/XCOFFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/yaml2obj.cpp
/freebsd/contrib/llvm-project/llvm/lib/Option/Arg.cpp
/freebsd/contrib/llvm-project/llvm/lib/Option/ArgList.cpp
/freebsd/contrib/llvm-project/llvm/lib/Option/OptTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Option/Option.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Passes/StandardInstrumentations.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/GCOV.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfCorrelator.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ItaniumManglingCanonicalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/MemProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/RawMemProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProfWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SymbolRemappingReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Remarks/Remark.cpp
/freebsd/contrib/llvm-project/llvm/lib/Remarks/YAMLRemarkParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/APFloat.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ARMBuildAttrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/AutoConvert.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_impl.h
/freebsd/contrib/llvm-project/llvm/lib/Support/BalancedPartitioning.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BinaryStreamReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BinaryStreamRef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BinaryStreamWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BlockFrequency.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/CachePruning.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Caching.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Chrono.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/CodeGenCoverage.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/CommandLine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DataExtractor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DebugCounter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ELFAttributeParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ELFAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FileCollector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FileOutputBuffer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FloatingPointMode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FormatVariadic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FormattedStream.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/GlobPattern.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/GraphWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/InitLLVM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/KnownBits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/LockFileManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/PGOOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Path.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Process.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RISCVISAInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Regex.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SHA1.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SHA256.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Signals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SmallVector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SourceMgr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SpecialCaseList.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/StringExtras.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/StringRef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/StringSaver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Twine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Unicode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/UnicodeCaseFold.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/UnicodeNameToCodepoint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Memory.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Path.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Process.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Program.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Threading.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/VersionTuple.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/VirtualFileSystem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Path.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Process.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Signals.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/YAMLParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/YAMLTraits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/raw_ostream.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/raw_socket_stream.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/regcomp.c
/freebsd/contrib/llvm-project/llvm/lib/TableGen/Error.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/JSONBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/Main.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/Record.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGLexer.h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGParser.h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TableGenBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TableGenBackendSkeleton.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CallingConvention.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CallingConvention.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Combine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64GlobalsTagging.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LoopIdiomTransform.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LoopIdiomTransform.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MCInstLower.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PointerAuth.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PointerAuth.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SLSHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA510.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA53.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA55.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA57.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA64FX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedAmpere1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedAmpere1B.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedCyclone.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedExynosM5.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedFalkor.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedFalkorDetails.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedKryo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseN1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseV2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedPredNeoverse.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedTSV110.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedThunderX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64StackTagging.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Subtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SystemOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SMEABIPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SMEInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SVEInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCombine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelDivergenceLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInsertSingleUseVDST.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibFunc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMarkLastScratchLoad.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURewriteUndefForPHI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/BUFInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/DSDIRInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/DSInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/EXPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/FLATInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNCreateVOPD.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNProcessors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRegPressure.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRewritePartialRegUses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MIMGInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIDefines.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerI1Copies.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerWWMCopies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegister.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegisterDefaults.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegisterDefaults.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIProgramInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIProgramInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SISchedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SMInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SOPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VINTERPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP1Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP2Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP3Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP3PInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOPCInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOPDInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARC.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARM.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMHazardRecognizer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrMVE.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrNEON.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrThumb.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrThumb2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrVFP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMMacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSLSHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSchedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleA57WriteRes.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleA9.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleM55.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleM85.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleR52.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMScheduleSwift.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVETailPredication.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVR.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRDevices.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPF.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPF.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFCORE.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFMIPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFPreserveDIType.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFPreserveStaticOffset.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFRegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/BPFRegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFMCFixups.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYInstrInfoF1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYInstrInfoF2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/CBufferDataLayout.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILOpBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILResource.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILResourceAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonDepIICScalar.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonDepInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonDepInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiAluCode.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArch.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchExpandAtomicPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/M68kDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/M68kCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrArithmetic.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrBits.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrControl.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrData.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/M68kBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430.h
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsCombine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsInstrCompiler.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsMachineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsRegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsScheduleGeneric.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsScheduleP5600.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTX.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXCtorDtorLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerUnreachable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVVMReflect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/P10InstrResources.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPC.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPC.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBack2BackFusion.def
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCCTRLoopsVerify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrP10.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCScheduleP10.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCScheduleP7.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCScheduleP8.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCScheduleP9.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVO0PreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVRegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCV.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVCombine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVDeadRegisterDefinitions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFeatures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFoldMasks.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertReadWriteCSR.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertWriteVXRM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoC.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoD.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoF.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXVentana.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZcmop.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZicfiss.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZicond.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZimop.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZk.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZvfbf.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMacroFusion.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVPostRAExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVProcessors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVPushPopOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRVVInitUndef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedRocket.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSiFiveP400.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVScheduleV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSystemOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRV.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVBuiltins.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/LeonPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcASITags.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstr64Bit.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrAliases.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZGOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZ.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZFeatures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrFP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrVector.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZOperators.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ15.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ16.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ZOSLibcallNames.def
/freebsd/contrib/llvm-project/llvm/lib/Target/TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/TargetMachineC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VE.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VE.td
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VETargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VETargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VVPISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/WasmAddressSpaces.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssembly.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssembly.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/X86Operand.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86CallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCA/X86CustomBehaviour.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MnemonicTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86AsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CallingConv.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CompressEVEX.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86DomainReassignment.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FastPreTileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupBWInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupLEAs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupVectorConstants.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FloatingPoint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLoweringCall.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InsertPrefetch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Instr3DNow.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAMX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAVX512.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrArithmetic.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAsmAlias.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrCompiler.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrControl.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFPStack.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFoldTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFoldTables.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFragments.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrKL.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrMMX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrMisc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrPredicates.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrRAOINT.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSGX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSNP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSSE.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrShiftRotate.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSystem.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrTBM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrTDX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrTSX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrUtils.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVecCompiler.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrXOP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerTileCopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PfmCounters.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PreTileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86RegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86RegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86RegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ReplaceableInstrs.def
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedAlderlakeP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedBroadwell.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedHaswell.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedIceLake.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSandyBridge.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSapphireRapids.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSkylakeClient.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSkylakeServer.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Schedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleAtom.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleBdVer2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleBtVer2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleSLM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver3.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver4.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Subtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Subtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86WinEHState.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCore.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/AArch64TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ARMTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ARMTargetParserCommon.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/CSKYTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Host.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/RISCVTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/SubtargetFeature.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Triple.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/X86TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/Error.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/DylibReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/InterfaceFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/PackedVersion.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Platform.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/RecordVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/RecordsSlice.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Symbol.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/SymbolSet.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Target.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextAPIError.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStub.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStubV5.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/CFGuard.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroEarly.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroElide.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroInstr.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroInternal.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/Coroutines.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/HipStdPar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/Attributor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/EmbedBitcodePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionImport.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/IROutliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/Inliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/MergeFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/PartialInlining.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SCCP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleContextTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/StripSymbols.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ADCE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DCE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GVN.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GuardWidening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InferAlignment.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/JumpThreading.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopFlatten.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopFuse.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopPredication.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopSink.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MergeICmps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/NaryReassociate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/NewGVN.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Reassociate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SCCP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SROA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Scalar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Scalarizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Sink.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/AddDiscriminators.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CloneFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CodeExtractor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CodeLayout.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CtorUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/DXILUpgrade.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Debugify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/FixIrreducible.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/FlattenCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/FunctionComparator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/InlineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LCSSA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopConstrainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopPeel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnroll.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopVersioning.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerGlobalDtors.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerSwitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MemoryOpRemark.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MetaRenamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MoveAutoInit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/PredicateInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SCCPSolver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SSAUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileInference.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/StripGCRelocates.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ValueMapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VectorCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/MSVCPaths.cpp
/freebsd/contrib/llvm-project/llvm/lib/XRay/BlockVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/XRay/Trace.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/BugDriver.h
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ExecutionDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/Miscompilation.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/OptimizerDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ToolRunner.cpp
/freebsd/contrib/llvm-project/llvm/tools/llc/NewPMDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/llc/NewPMDriver.h
/freebsd/contrib/llvm-project/llvm/tools/llc/llc.cpp
/freebsd/contrib/llvm-project/llvm/tools/lli/ChildTarget/ChildTarget.cpp
/freebsd/contrib/llvm-project/llvm/tools/lli/ForwardingMemoryManager.h
/freebsd/contrib/llvm-project/llvm/tools/lli/lli.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/llvm-as.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CodeCoverage.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageExporterJson.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageReport.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageReport.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageSummaryInfo.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageViewOptions.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageView.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageView.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewText.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/TestingSupport.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/gcov.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/DifferenceEngine.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/llvm-diff.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/llvm-dis.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/Statistics.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/DebugInfoLinker.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/Error.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/Options.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/Options.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/llvm-dwarfutil.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/llvm-dwp.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/llvm-link.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/llvm-lto.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/Disassembler.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/llvm-mc.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ResourcePressureView.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ResourcePressureView.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/SummaryView.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/llvm-nm.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ObjcopyOptions.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ObjcopyOpts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/COFFDump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ELFDump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/MachODump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ObjdumpOptID.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ObjdumpOpts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/SourcePrinter.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/WasmDump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/XCOFFDump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/XCOFFDump.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/llvm-objdump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/llvm-objdump.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/DumpOutputStyle.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ExplainOutputStyle.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/StreamUtil.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/llvm-pdbutil.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/llvm-profdata.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/COFFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/COFFImportDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ELFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/MachODumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ObjDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ObjDumper.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/WasmDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/Win64EHDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/XCOFFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/llvm-readobj.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/llvm-readobj.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkConvert.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkCount.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkCounter.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkCounter.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkSizeDiff.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkUtil.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkUtilHelpers.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkUtilHelpers.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkUtilRegistry.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/RemarkUtilRegistry.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/llvm-size.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/llvm-stress.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/llvm-strings.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-account.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-converter.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-fdr-dump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-graph-diff.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-graph-diff.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-stacks.cpp
/freebsd/contrib/llvm-project/llvm/tools/opt/opt.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/AsmMatcherEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/AsmWriterEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Attributes.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CallingConvEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenRegisters.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenRegisters.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenSchedule.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenTarget.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenTarget.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CompressInstEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcher.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcher.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherGen.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherOpt.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DXILEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DirectiveEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ExegesisEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/FastISelEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/CXXPredicates.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/CXXPredicates.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/CodeExpander.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/CodeExpansions.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/CombinerUtils.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/MatchDataInfo.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/MatchDataInfo.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/Patterns.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/Patterns.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelMatchTable.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelMatchTable.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/InfoByHwMode.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/InfoByHwMode.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/InstrInfoEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/IntrinsicEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/MacroFusionPredicatorEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/OptParserEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/OptRSTEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/PredicateExpander.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/PredicateExpander.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RISCVTargetDefEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RegisterBankEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RegisterInfoEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SearchableTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SubtargetEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SubtargetFeatureInfo.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SubtargetFeatureInfo.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/VTEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/VarLenCodeEmitterGen.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86DisassemblerTables.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86DisassemblerTables.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86FoldTablesEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ManualCompressEVEXTables.def
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ManualFoldTables.def
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86RecognizableInstr.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86RecognizableInstr.h
/freebsd/contrib/llvm-project/llvm/utils/split-file/split-file.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/dllexports
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/en_US.txt
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp_lib.f90.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp_lib.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ompx.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_affinity.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_affinity.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_barrier.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_barrier.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_collapse.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_config.h.cmake
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_csupport.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_dispatch.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_dispatch.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_environment.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_ftn_entry.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_ftn_os.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_global.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_gsupport.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_io.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_itt.inl
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_lock.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_lock.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_os.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_platform.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_runtime.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_safe_c_api.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_settings.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_settings.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_str.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_str.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_taskdeps.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_tasking.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_utility.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_utils.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_wait_release.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_wrapper_getpid.h
/freebsd/contrib/llvm-project/openmp/runtime/src/ompt-specific.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
/freebsd/contrib/llvm-project/openmp/runtime/src/z_AIX_asm.S
/freebsd/contrib/llvm-project/openmp/runtime/src/z_Linux_asm.S
/freebsd/contrib/llvm-project/openmp/runtime/src/z_Linux_util.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/z_Windows_NT_util.cpp
/freebsd/contrib/netbsd-tests/fs/tmpfs/t_times.sh
/freebsd/contrib/tcpdump/print-pfsync.c
/freebsd/contrib/xz/AUTHORS
/freebsd/contrib/xz/COPYING
/freebsd/contrib/xz/ChangeLog
/freebsd/contrib/xz/README
/freebsd/contrib/xz/THANKS
/freebsd/contrib/xz/TODO
/freebsd/contrib/xz/doxygen/Doxyfile
/freebsd/contrib/xz/doxygen/update-doxygen
/freebsd/contrib/xz/src/common/mythread.h
/freebsd/contrib/xz/src/common/sysdefs.h
/freebsd/contrib/xz/src/common/tuklib_common.h
/freebsd/contrib/xz/src/common/tuklib_config.h
/freebsd/contrib/xz/src/common/tuklib_cpucores.c
/freebsd/contrib/xz/src/common/tuklib_cpucores.h
/freebsd/contrib/xz/src/common/tuklib_exit.c
/freebsd/contrib/xz/src/common/tuklib_exit.h
/freebsd/contrib/xz/src/common/tuklib_gettext.h
/freebsd/contrib/xz/src/common/tuklib_integer.h
/freebsd/contrib/xz/src/common/tuklib_mbstr.h
/freebsd/contrib/xz/src/common/tuklib_mbstr_fw.c
/freebsd/contrib/xz/src/common/tuklib_mbstr_width.c
/freebsd/contrib/xz/src/common/tuklib_open_stdxxx.c
/freebsd/contrib/xz/src/common/tuklib_open_stdxxx.h
/freebsd/contrib/xz/src/common/tuklib_physmem.c
/freebsd/contrib/xz/src/common/tuklib_physmem.h
/freebsd/contrib/xz/src/common/tuklib_progname.c
/freebsd/contrib/xz/src/common/tuklib_progname.h
/freebsd/contrib/xz/src/liblzma/api/lzma.h
/freebsd/contrib/xz/src/liblzma/api/lzma/base.h
/freebsd/contrib/xz/src/liblzma/api/lzma/bcj.h
/freebsd/contrib/xz/src/liblzma/api/lzma/block.h
/freebsd/contrib/xz/src/liblzma/api/lzma/check.h
/freebsd/contrib/xz/src/liblzma/api/lzma/container.h
/freebsd/contrib/xz/src/liblzma/api/lzma/delta.h
/freebsd/contrib/xz/src/liblzma/api/lzma/filter.h
/freebsd/contrib/xz/src/liblzma/api/lzma/hardware.h
/freebsd/contrib/xz/src/liblzma/api/lzma/index.h
/freebsd/contrib/xz/src/liblzma/api/lzma/index_hash.h
/freebsd/contrib/xz/src/liblzma/api/lzma/lzma12.h
/freebsd/contrib/xz/src/liblzma/api/lzma/stream_flags.h
/freebsd/contrib/xz/src/liblzma/api/lzma/version.h
/freebsd/contrib/xz/src/liblzma/api/lzma/vli.h
/freebsd/contrib/xz/src/liblzma/check/check.c
/freebsd/contrib/xz/src/liblzma/check/check.h
/freebsd/contrib/xz/src/liblzma/check/crc32_fast.c
/freebsd/contrib/xz/src/liblzma/check/crc32_small.c
/freebsd/contrib/xz/src/liblzma/check/crc32_table.c
/freebsd/contrib/xz/src/liblzma/check/crc32_table_be.h
/freebsd/contrib/xz/src/liblzma/check/crc32_table_le.h
/freebsd/contrib/xz/src/liblzma/check/crc32_tablegen.c
/freebsd/contrib/xz/src/liblzma/check/crc32_x86.S
/freebsd/contrib/xz/src/liblzma/check/crc64_fast.c
/freebsd/contrib/xz/src/liblzma/check/crc64_small.c
/freebsd/contrib/xz/src/liblzma/check/crc64_table.c
/freebsd/contrib/xz/src/liblzma/check/crc64_table_be.h
/freebsd/contrib/xz/src/liblzma/check/crc64_table_le.h
/freebsd/contrib/xz/src/liblzma/check/crc64_tablegen.c
/freebsd/contrib/xz/src/liblzma/check/crc64_x86.S
/freebsd/contrib/xz/src/liblzma/check/crc_macros.h
/freebsd/contrib/xz/src/liblzma/common/alone_decoder.c
/freebsd/contrib/xz/src/liblzma/common/alone_decoder.h
/freebsd/contrib/xz/src/liblzma/common/alone_encoder.c
/freebsd/contrib/xz/src/liblzma/common/auto_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_encoder.h
/freebsd/contrib/xz/src/liblzma/common/block_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_decoder.h
/freebsd/contrib/xz/src/liblzma/common/block_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_encoder.h
/freebsd/contrib/xz/src/liblzma/common/block_header_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_header_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_util.c
/freebsd/contrib/xz/src/liblzma/common/common.c
/freebsd/contrib/xz/src/liblzma/common/common.h
/freebsd/contrib/xz/src/liblzma/common/easy_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/easy_decoder_memusage.c
/freebsd/contrib/xz/src/liblzma/common/easy_encoder.c
/freebsd/contrib/xz/src/liblzma/common/easy_encoder_memusage.c
/freebsd/contrib/xz/src/liblzma/common/easy_preset.c
/freebsd/contrib/xz/src/liblzma/common/easy_preset.h
/freebsd/contrib/xz/src/liblzma/common/file_info.c
/freebsd/contrib/xz/src/liblzma/common/filter_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_common.c
/freebsd/contrib/xz/src/liblzma/common/filter_common.h
/freebsd/contrib/xz/src/liblzma/common/filter_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_decoder.h
/freebsd/contrib/xz/src/liblzma/common/filter_encoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_encoder.h
/freebsd/contrib/xz/src/liblzma/common/filter_flags_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_flags_encoder.c
/freebsd/contrib/xz/src/liblzma/common/hardware_cputhreads.c
/freebsd/contrib/xz/src/liblzma/common/hardware_physmem.c
/freebsd/contrib/xz/src/liblzma/common/index.c
/freebsd/contrib/xz/src/liblzma/common/index.h
/freebsd/contrib/xz/src/liblzma/common/index_decoder.c
/freebsd/contrib/xz/src/liblzma/common/index_decoder.h
/freebsd/contrib/xz/src/liblzma/common/index_encoder.c
/freebsd/contrib/xz/src/liblzma/common/index_encoder.h
/freebsd/contrib/xz/src/liblzma/common/index_hash.c
/freebsd/contrib/xz/src/liblzma/common/lzip_decoder.c
/freebsd/contrib/xz/src/liblzma/common/lzip_decoder.h
/freebsd/contrib/xz/src/liblzma/common/memcmplen.h
/freebsd/contrib/xz/src/liblzma/common/microlzma_decoder.c
/freebsd/contrib/xz/src/liblzma/common/microlzma_encoder.c
/freebsd/contrib/xz/src/liblzma/common/outqueue.c
/freebsd/contrib/xz/src/liblzma/common/outqueue.h
/freebsd/contrib/xz/src/liblzma/common/stream_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_decoder.h
/freebsd/contrib/xz/src/liblzma/common/stream_decoder_mt.c
/freebsd/contrib/xz/src/liblzma/common/stream_encoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_encoder_mt.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_common.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_common.h
/freebsd/contrib/xz/src/liblzma/common/stream_flags_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_encoder.c
/freebsd/contrib/xz/src/liblzma/common/string_conversion.c
/freebsd/contrib/xz/src/liblzma/common/vli_decoder.c
/freebsd/contrib/xz/src/liblzma/common/vli_encoder.c
/freebsd/contrib/xz/src/liblzma/common/vli_size.c
/freebsd/contrib/xz/src/liblzma/delta/delta_common.c
/freebsd/contrib/xz/src/liblzma/delta/delta_common.h
/freebsd/contrib/xz/src/liblzma/delta/delta_decoder.c
/freebsd/contrib/xz/src/liblzma/delta/delta_decoder.h
/freebsd/contrib/xz/src/liblzma/delta/delta_encoder.c
/freebsd/contrib/xz/src/liblzma/delta/delta_encoder.h
/freebsd/contrib/xz/src/liblzma/delta/delta_private.h
/freebsd/contrib/xz/src/liblzma/liblzma.pc.in
/freebsd/contrib/xz/src/liblzma/liblzma_generic.map
/freebsd/contrib/xz/src/liblzma/liblzma_linux.map
/freebsd/contrib/xz/src/liblzma/lz/lz_decoder.c
/freebsd/contrib/xz/src/liblzma/lz/lz_decoder.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder.c
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_hash.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_hash_table.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_mf.c
/freebsd/contrib/xz/src/liblzma/lzma/fastpos.h
/freebsd/contrib/xz/src/liblzma/lzma/fastpos_table.c
/freebsd/contrib/xz/src/liblzma/lzma/fastpos_tablegen.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_decoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_decoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_encoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_encoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_common.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_decoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_decoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_presets.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_private.h
/freebsd/contrib/xz/src/liblzma/rangecoder/price.h
/freebsd/contrib/xz/src/liblzma/rangecoder/price_table.c
/freebsd/contrib/xz/src/liblzma/rangecoder/price_tablegen.c
/freebsd/contrib/xz/src/liblzma/rangecoder/range_common.h
/freebsd/contrib/xz/src/liblzma/rangecoder/range_decoder.h
/freebsd/contrib/xz/src/liblzma/rangecoder/range_encoder.h
/freebsd/contrib/xz/src/liblzma/simple/arm.c
/freebsd/contrib/xz/src/liblzma/simple/arm64.c
/freebsd/contrib/xz/src/liblzma/simple/armthumb.c
/freebsd/contrib/xz/src/liblzma/simple/ia64.c
/freebsd/contrib/xz/src/liblzma/simple/powerpc.c
/freebsd/contrib/xz/src/liblzma/simple/simple_coder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_coder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_decoder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_decoder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_encoder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_encoder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_private.h
/freebsd/contrib/xz/src/liblzma/simple/sparc.c
/freebsd/contrib/xz/src/liblzma/simple/x86.c
/freebsd/contrib/xz/src/liblzma/validate_map.sh
/freebsd/contrib/xz/src/lzmainfo/lzmainfo.1
/freebsd/contrib/xz/src/lzmainfo/lzmainfo.c
/freebsd/contrib/xz/src/xz/args.c
/freebsd/contrib/xz/src/xz/args.h
/freebsd/contrib/xz/src/xz/coder.c
/freebsd/contrib/xz/src/xz/coder.h
/freebsd/contrib/xz/src/xz/file_io.c
/freebsd/contrib/xz/src/xz/file_io.h
/freebsd/contrib/xz/src/xz/hardware.c
/freebsd/contrib/xz/src/xz/hardware.h
/freebsd/contrib/xz/src/xz/list.c
/freebsd/contrib/xz/src/xz/list.h
/freebsd/contrib/xz/src/xz/main.c
/freebsd/contrib/xz/src/xz/main.h
/freebsd/contrib/xz/src/xz/message.c
/freebsd/contrib/xz/src/xz/message.h
/freebsd/contrib/xz/src/xz/mytime.c
/freebsd/contrib/xz/src/xz/mytime.h
/freebsd/contrib/xz/src/xz/options.c
/freebsd/contrib/xz/src/xz/options.h
/freebsd/contrib/xz/src/xz/private.h
/freebsd/contrib/xz/src/xz/signals.c
/freebsd/contrib/xz/src/xz/signals.h
/freebsd/contrib/xz/src/xz/suffix.c
/freebsd/contrib/xz/src/xz/suffix.h
/freebsd/contrib/xz/src/xz/util.c
/freebsd/contrib/xz/src/xz/util.h
/freebsd/contrib/xz/src/xz/xz.1
/freebsd/contrib/xz/src/xzdec/xzdec.1
/freebsd/contrib/xz/src/xzdec/xzdec.c
/freebsd/etc/mtree/BSD.debug.dist
/freebsd/etc/mtree/BSD.include.dist
/freebsd/etc/mtree/BSD.usr.dist
/freebsd/include/Makefile
/freebsd/include/rpcsvc/yp_prot.h
/freebsd/lib/Makefile
/freebsd/lib/clang/headers/Makefile
/freebsd/lib/clang/include/Plugins/Plugins.def
/freebsd/lib/clang/include/VCSVersion.inc
/freebsd/lib/clang/include/clang/Basic/Version.inc
/freebsd/lib/clang/include/clang/Config/config.h
/freebsd/lib/clang/include/lld/Common/Version.inc
/freebsd/lib/clang/include/lldb/Host/Config.h
/freebsd/lib/clang/include/lldb/Version/Version.inc
/freebsd/lib/clang/include/llvm/Config/AsmParsers.def
/freebsd/lib/clang/include/llvm/Config/AsmPrinters.def
/freebsd/lib/clang/include/llvm/Config/Disassemblers.def
/freebsd/lib/clang/include/llvm/Config/TargetMCAs.def
/freebsd/lib/clang/include/llvm/Config/Targets.def
/freebsd/lib/clang/include/llvm/Config/config.h
/freebsd/lib/clang/include/llvm/Config/llvm-config.h
/freebsd/lib/clang/include/llvm/Support/VCSRevision.h
/freebsd/lib/clang/libclang/Makefile
/freebsd/lib/clang/liblldb/LLDBWrapLua.cpp
/freebsd/lib/clang/liblldb/Makefile
/freebsd/lib/clang/libllvm/Makefile
/freebsd/lib/clang/libllvmminimal/Makefile
/freebsd/lib/libbe/libbe.3
/freebsd/lib/libc++/Makefile
/freebsd/lib/libc++/__assertion_handler
/freebsd/lib/libc++/__config_site
/freebsd/lib/libc++/module.modulemap
/freebsd/lib/libc++experimental/Makefile
/freebsd/lib/libc/db/btree/bt_seq.c
/freebsd/lib/libc/db/btree/bt_utils.c
/freebsd/lib/libc/inet/inet_net_pton.c
/freebsd/lib/libc/locale/localeconv.c
/freebsd/lib/libc/posix1e/acl_to_text.c
/freebsd/lib/libc/stdlib/div.c
/freebsd/lib/libc/stdlib/exit.3
/freebsd/lib/libc/stdlib/imaxdiv.c
/freebsd/lib/libc/stdlib/ldiv.c
/freebsd/lib/libc/stdlib/lldiv.c
/freebsd/lib/libc/xdr/xdr.c
/freebsd/lib/libc/xdr/xdr_reference.c
/freebsd/lib/libclang_rt/asan/Makefile
/freebsd/lib/libclang_rt/asan/warn.txt
/freebsd/lib/libclang_rt/asan_dynamic/Makefile
/freebsd/lib/libclang_rt/cfi/Makefile
/freebsd/lib/libclang_rt/cfi_diag/Makefile
/freebsd/lib/libclang_rt/compiler-rt-vars.mk
/freebsd/lib/libclang_rt/dd/Makefile
/freebsd/lib/libclang_rt/msan/Makefile
/freebsd/lib/libclang_rt/stats/Makefile
/freebsd/lib/libclang_rt/tsan/Makefile
/freebsd/lib/libclang_rt/ubsan_standalone/Makefile
/freebsd/lib/libcompiler_rt/Makefile.inc
/freebsd/lib/libgcc_s/Symbol.map
/freebsd/lib/liblzma/Makefile
/freebsd/lib/liblzma/config.h
/freebsd/lib/libomp/Makefile
/freebsd/lib/libomp/kmp_config.h
/freebsd/lib/libomp/kmp_i18n_default.inc
/freebsd/lib/libomp/kmp_i18n_id.inc
/freebsd/lib/libomp/omp.h
Makefile
_libsys.h
libsys.h
/freebsd/lib/libvmmapi/Makefile
/freebsd/lib/libvmmapi/aarch64/Makefile.inc
/freebsd/lib/libvmmapi/aarch64/vmmapi_machdep.c
/freebsd/lib/libvmmapi/amd64/Makefile.inc
/freebsd/lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
/freebsd/lib/libvmmapi/amd64/vmmapi_machdep.c
/freebsd/lib/libvmmapi/internal.h
/freebsd/lib/libvmmapi/ppt.c
/freebsd/lib/libvmmapi/vmmapi.c
/freebsd/lib/libvmmapi/vmmapi.h
/freebsd/lib/msun/man/lgamma.3
/freebsd/lib/msun/src/math.h
/freebsd/lib/msun/src/s_exp2.c
/freebsd/lib/msun/src/s_exp2f.c
/freebsd/libexec/rc/rc.conf
/freebsd/libexec/rc/rc.d/ldconfig
/freebsd/libexec/rtld-elf/aarch64/reloc.c
/freebsd/libexec/rtld-elf/aarch64/rtld_machdep.h
/freebsd/libexec/rtld-elf/amd64/rtld_machdep.h
/freebsd/libexec/rtld-elf/arm/rtld_machdep.h
/freebsd/libexec/rtld-elf/i386/rtld_machdep.h
/freebsd/libexec/rtld-elf/powerpc/rtld_machdep.h
/freebsd/libexec/rtld-elf/powerpc64/rtld_machdep.h
/freebsd/libexec/rtld-elf/riscv/rtld_machdep.h
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/release/Makefile
/freebsd/release/Makefile.azure
/freebsd/release/Makefile.ec2
/freebsd/release/Makefile.gce
/freebsd/release/Makefile.vagrant
/freebsd/release/Makefile.vm
/freebsd/release/powerpc/mkisoimages.sh
/freebsd/release/release.sh
/freebsd/release/scripts/pkg-stage.sh
/freebsd/release/tools/ec2-cloud-init.conf
/freebsd/sbin/bectl/bectl.8
/freebsd/sbin/devmatch/devmatch.c
/freebsd/sbin/fsck_ffs/dir.c
/freebsd/sbin/hastd/lzf.c
/freebsd/sbin/ipf/ipf/bpf-ipf.h
/freebsd/sbin/ipf/ipf/ipfcomp.c
/freebsd/sbin/ipfw/ipfw2.c
/freebsd/sbin/mdmfs/mdmfs.8
/freebsd/sbin/nvmecontrol/logpage.c
/freebsd/sbin/restore/tape.c
/freebsd/sbin/savecore/savecore.c
/freebsd/share/man/man1/intro.1
/freebsd/share/man/man3/Makefile
/freebsd/share/man/man3/queue.3
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/cfumass.4
/freebsd/share/man/man4/ng_bridge.4
/freebsd/share/man/man5/periodic.conf.5
/freebsd/share/man/man5/src.conf.5
/freebsd/share/man/man5/style.mdoc.5
/freebsd/share/man/man5/tarfs.5
/freebsd/share/man/man9/VOP_BMAP.9
/freebsd/share/man/man9/bhnd_erom.9
/freebsd/share/man/man9/device_add_child.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/mk/src.libnames.mk
/freebsd/share/mk/src.opts.mk
/freebsd/stand/efi/gptboot/Makefile
/freebsd/stand/userboot/userboot/Makefile
/freebsd/sys/amd64/amd64/exception.S
/freebsd/sys/amd64/amd64/minidump_machdep.c
/freebsd/sys/amd64/amd64/pmap.c
/freebsd/sys/amd64/amd64/sigtramp.S
/freebsd/sys/amd64/amd64/sys_machdep.c
/freebsd/sys/amd64/conf/FIRECRACKER
/freebsd/sys/amd64/conf/GENERIC
/freebsd/sys/amd64/conf/NOTES
/freebsd/sys/amd64/include/atomic.h
/freebsd/sys/amd64/include/msan.h
/freebsd/sys/amd64/include/vmm.h
/freebsd/sys/amd64/linux/linux_proto.h
/freebsd/sys/amd64/linux32/linux32_proto.h
/freebsd/sys/amd64/sgx/sgx_linux.c
/freebsd/sys/amd64/vmm/io/vhpet.c
/freebsd/sys/amd64/vmm/x86.c
/freebsd/sys/arm/arm/sys_machdep.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2838_xhci.c
/freebsd/sys/arm/conf/NOTES
/freebsd/sys/arm64/arm64/db_trace.c
/freebsd/sys/arm64/arm64/debug_monitor.c
/freebsd/sys/arm64/arm64/exception.S
/freebsd/sys/arm64/arm64/gdb_machdep.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/arm64/vfp.c
/freebsd/sys/arm64/arm64/vm_machdep.c
/freebsd/sys/arm64/conf/NOTES
/freebsd/sys/arm64/conf/std.arm64
/freebsd/sys/arm64/conf/std.virt
/freebsd/sys/arm64/include/cpu.h
/freebsd/sys/arm64/include/db_machdep.h
/freebsd/sys/arm64/include/debug_monitor.h
/freebsd/sys/arm64/include/kdb.h
/freebsd/sys/arm64/linux/linux_proto.h
/freebsd/sys/compat/freebsd32/freebsd32_proto.h
/freebsd/sys/compat/linux/linux_mmap.c
/freebsd/sys/compat/linux/linux_util.h
/freebsd/sys/compat/linuxkpi/common/include/linux/bitops.h
/freebsd/sys/compat/linuxkpi/common/include/linux/compiler.h
/freebsd/sys/compat/linuxkpi/common/include/linux/device.h
/freebsd/sys/compat/linuxkpi/common/include/linux/gfp.h
/freebsd/sys/compat/linuxkpi/common/include/linux/kernel.h
/freebsd/sys/compat/linuxkpi/common/include/linux/kmod.h
/freebsd/sys/compat/linuxkpi/common/include/linux/ktime.h
/freebsd/sys/compat/linuxkpi/common/include/linux/limits.h
/freebsd/sys/compat/linuxkpi/common/include/linux/mm.h
/freebsd/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
/freebsd/sys/compat/linuxkpi/common/include/linux/netdevice.h
/freebsd/sys/compat/linuxkpi/common/include/linux/overflow.h
/freebsd/sys/compat/linuxkpi/common/include/linux/pci.h
/freebsd/sys/compat/linuxkpi/common/include/linux/pci_ids.h
/freebsd/sys/compat/linuxkpi/common/include/linux/random.h
/freebsd/sys/compat/linuxkpi/common/include/linux/skbuff.h
/freebsd/sys/compat/linuxkpi/common/include/linux/string.h
/freebsd/sys/compat/linuxkpi/common/include/linux/sysfs.h
/freebsd/sys/compat/linuxkpi/common/include/linux/vmalloc.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/common/src/linux_acpi.c
/freebsd/sys/compat/linuxkpi/common/src/linux_compat.c
/freebsd/sys/compat/linuxkpi/common/src/linux_netdev.c
/freebsd/sys/conf/NOTES
/freebsd/sys/conf/config.mk
/freebsd/sys/conf/files
/freebsd/sys/conf/files.amd64
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/files.i386
/freebsd/sys/conf/files.x86
/freebsd/sys/conf/kern.opts.mk
/freebsd/sys/conf/kern.pre.mk
/freebsd/sys/conf/options
/freebsd/sys/conf/options.i386
/freebsd/sys/ddb/db_break.c
/freebsd/sys/ddb/db_command.c
/freebsd/sys/ddb/db_pprint.c
/freebsd/sys/ddb/ddb.h
/freebsd/sys/dev/aic7xxx/aic79xx.c
/freebsd/sys/dev/aic7xxx/aic7xxx.c
/freebsd/sys/dev/amdsmn/amdsmn.c
/freebsd/sys/dev/amdtemp/amdtemp.c
/freebsd/sys/dev/firmware/arm/scmi.c
/freebsd/sys/dev/firmware/arm/scmi.h
/freebsd/sys/dev/firmware/arm/scmi_clk.c
/freebsd/sys/dev/firmware/arm/scmi_clk.h
/freebsd/sys/dev/firmware/arm/scmi_if.m
/freebsd/sys/dev/firmware/arm/scmi_mailbox.c
/freebsd/sys/dev/firmware/arm/scmi_shmem.c
/freebsd/sys/dev/firmware/arm/scmi_shmem.h
/freebsd/sys/dev/firmware/arm/scmi_smc.c
/freebsd/sys/dev/firmware/arm/scmi_virtio.c
/freebsd/sys/dev/iicbus/rtc/ds1307.c
/freebsd/sys/dev/irdma/irdma_cm.c
/freebsd/sys/dev/nvme/nvme.h
/freebsd/sys/dev/nvme/nvme_test.c
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/dev/pci/pcireg.h
/freebsd/sys/dev/sound/pci/hda/hdac.c
/freebsd/sys/dev/sound/pci/hda/hdac.h
/freebsd/sys/dev/sound/pci/hda/hdacc.c
/freebsd/sys/dev/sound/pcm/dsp.c
/freebsd/sys/dev/sound/pcm/sndstat.c
/freebsd/sys/dev/sound/pcm/sound.c
/freebsd/sys/dev/sound/unit.c
/freebsd/sys/dev/uart/uart_dev_snps.c
/freebsd/sys/dev/usb/controller/xhci.c
/freebsd/sys/dev/virtio/scmi/virtio_scmi.c
/freebsd/sys/dev/virtio/scmi/virtio_scmi.h
/freebsd/sys/dev/virtio/virtio.c
/freebsd/sys/dev/virtio/virtio_ids.h
/freebsd/sys/dev/xen/bus/xen_intr.c
/freebsd/sys/fs/autofs/autofs.h
/freebsd/sys/fs/fuse/fuse_node.c
/freebsd/sys/fs/nfsclient/nfs_clvnops.c
/freebsd/sys/fs/nullfs/null_vfsops.c
/freebsd/sys/fs/tarfs/tarfs_vfsops.c
/freebsd/sys/fs/tarfs/tarfs_vnops.c
/freebsd/sys/fs/tmpfs/tmpfs_subr.c
/freebsd/sys/fs/unionfs/union_vnops.c
/freebsd/sys/gdb/gdb_main.c
/freebsd/sys/i386/conf/GENERIC
/freebsd/sys/i386/conf/NOTES
/freebsd/sys/i386/i386/exception.S
/freebsd/sys/i386/i386/sys_machdep.c
/freebsd/sys/i386/linux/linux_proto.h
/freebsd/sys/kern/kern_cpuset.c
/freebsd/sys/kern/kern_descrip.c
/freebsd/sys/kern/kern_environment.c
/freebsd/sys/kern/kern_exec.c
/freebsd/sys/kern/kern_ktrace.c
/freebsd/sys/kern/kern_mbuf.c
/freebsd/sys/kern/kern_membarrier.c
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/kern/kern_procctl.c
/freebsd/sys/kern/kern_prot.c
/freebsd/sys/kern/kern_rctl.c
/freebsd/sys/kern/kern_sig.c
/freebsd/sys/kern/kern_time.c
/freebsd/sys/kern/kern_umtx.c
/freebsd/sys/kern/kern_uuid.c
/freebsd/sys/kern/subr_syscall.c
/freebsd/sys/kern/sys_capability.c
/freebsd/sys/kern/syscalls.conf
/freebsd/sys/kern/uipc_mbuf.c
/freebsd/sys/kern/uipc_shm.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/kern/uipc_syscalls.c
/freebsd/sys/kern/vfs_cache.c
/freebsd/sys/kern/vfs_lookup.c
/freebsd/sys/kern/vfs_vnops.c
/freebsd/sys/modules/Makefile
/freebsd/sys/modules/genet/Makefile
/freebsd/sys/modules/usb/Makefile
/freebsd/sys/modules/usb/bcm2838_xhci/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/net/debugnet.c
/freebsd/sys/net/if_ethersubr.c
/freebsd/sys/net/iflib.c
/freebsd/sys/net80211/ieee80211_amrr.c
/freebsd/sys/net80211/ieee80211_radiotap.h
/freebsd/sys/netgraph/ng_bridge.c
/freebsd/sys/netgraph/ng_socket.c
/freebsd/sys/netinet/icmp6.h
/freebsd/sys/netinet/icmp_var.h
/freebsd/sys/netinet/in_kdtrace.c
/freebsd/sys/netinet/in_kdtrace.h
/freebsd/sys/netinet/ip_icmp.c
/freebsd/sys/netinet/ip_var.h
/freebsd/sys/netinet/tcp_hpts.c
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netinet/tcp_log_buf.h
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_subr.c
/freebsd/sys/netinet/tcp_timewait.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netinet/udp_var.h
/freebsd/sys/netinet6/icmp6.c
/freebsd/sys/netinet6/in6_pcb.c
/freebsd/sys/netinet6/in6_src.c
/freebsd/sys/netinet6/ip6_input.c
/freebsd/sys/netinet6/ip6_var.h
/freebsd/sys/netinet6/mld6.c
/freebsd/sys/netinet6/nd6_nbr.c
/freebsd/sys/netinet6/raw_ip6.c
/freebsd/sys/netipsec/subr_ipsec.c
/freebsd/sys/ofed/drivers/infiniband/core/ib_rdma_core.c
/freebsd/sys/powerpc/booke/pmap.c
/freebsd/sys/powerpc/powermac/macio.c
/freebsd/sys/riscv/conf/NOTES
/freebsd/sys/rpc/clnt_bck.c
/freebsd/sys/rpc/clnt_dg.c
/freebsd/sys/rpc/clnt_vc.c
/freebsd/sys/rpc/svc_dg.c
/freebsd/sys/rpc/svc_vc.c
/freebsd/sys/sys/_cpuset.h
/freebsd/sys/sys/_domainset.h
/freebsd/sys/sys/acl.h
/freebsd/sys/sys/capsicum.h
/freebsd/sys/sys/ktrace.h
/freebsd/sys/sys/malloc.h
/freebsd/sys/sys/mbuf.h
/freebsd/sys/sys/namei.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/proc.h
/freebsd/sys/sys/queue.h
/freebsd/sys/sys/sdt.h
/freebsd/sys/sys/socketvar.h
/freebsd/sys/sys/sysproto.h
/freebsd/sys/tools/makesyscalls.lua
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/vm.h
/freebsd/sys/vm/vm_extern.h
/freebsd/sys/vm/vm_glue.c
/freebsd/sys/vm/vm_kern.h
/freebsd/sys/vm/vm_page.h
/freebsd/sys/vm/vm_phys.c
/freebsd/sys/vm/vm_phys.h
/freebsd/sys/vm/vm_reserv.c
/freebsd/sys/vm/vm_reserv.h
/freebsd/sys/vm/vm_swapout.c
/freebsd/sys/x86/conf/NOTES
/freebsd/sys/x86/include/specialreg.h
/freebsd/sys/x86/isa/atrtc.c
/freebsd/tests/sys/kern/Makefile
/freebsd/tests/sys/kern/ktrace_test.c
/freebsd/tests/sys/kern/unix_seqpacket_test.c
/freebsd/tests/sys/kern/unix_stream.c
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/build/options/WITHOUT_BHYVE
/freebsd/tools/test/stress2/misc/all.sh
/freebsd/tools/test/stress2/misc/unionfs15.sh
/freebsd/tools/test/stress2/misc/unionfs16.sh
/freebsd/tools/test/stress2/misc/unionfs17.sh
/freebsd/tools/test/stress2/misc/unionfs18.sh
/freebsd/tools/tools/git/mfc-candidates.sh
/freebsd/usr.bin/clang/clang/clang-driver.cpp
/freebsd/usr.bin/clang/llc/Makefile
/freebsd/usr.bin/clang/lld/Makefile
/freebsd/usr.bin/clang/lld/lld-driver.cpp
/freebsd/usr.bin/clang/lli/Makefile
/freebsd/usr.bin/clang/llvm-ar/llvm-ar-driver.cpp
/freebsd/usr.bin/clang/llvm-cxxfilt/llvm-cxxfilt-driver.cpp
/freebsd/usr.bin/clang/llvm-dwp/Makefile
/freebsd/usr.bin/clang/llvm-dwp/llvm-dwp-driver.cpp
/freebsd/usr.bin/clang/llvm-nm/llvm-nm-driver.cpp
/freebsd/usr.bin/clang/llvm-objcopy/llvm-objcopy-driver.cpp
/freebsd/usr.bin/clang/llvm-objdump/Makefile
/freebsd/usr.bin/clang/llvm-objdump/llvm-objdump-driver.cpp
/freebsd/usr.bin/clang/llvm-profdata/llvm-profdata-driver.cpp
/freebsd/usr.bin/clang/llvm-readobj/llvm-readobj-driver.cpp
/freebsd/usr.bin/clang/llvm-size/llvm-size-driver.cpp
/freebsd/usr.bin/clang/llvm-symbolizer/Makefile
/freebsd/usr.bin/clang/llvm-symbolizer/llvm-symbolizer-driver.cpp
/freebsd/usr.bin/clang/llvm-tblgen/Makefile
/freebsd/usr.bin/kdump/kdump.c
/freebsd/usr.bin/which/which.c
/freebsd/usr.bin/xinstall/install.1
/freebsd/usr.bin/xinstall/tests/install_test.sh
/freebsd/usr.bin/xinstall/xinstall.c
/freebsd/usr.bin/xz/Makefile
/freebsd/usr.sbin/Makefile.aarch64
/freebsd/usr.sbin/acpi/acpidump/Makefile
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.h
/freebsd/usr.sbin/adduser/adduser.8
/freebsd/usr.sbin/adduser/adduser.conf.5
/freebsd/usr.sbin/adduser/adduser.sh
/freebsd/usr.sbin/arp/arp.c
/freebsd/usr.sbin/bhyve/Makefile
/freebsd/usr.sbin/bhyve/aarch64/Makefile.inc
/freebsd/usr.sbin/bhyve/aarch64/bhyverun_machdep.c
/freebsd/usr.sbin/bhyve/aarch64/fdt.c
/freebsd/usr.sbin/bhyve/aarch64/fdt.h
/freebsd/usr.sbin/bhyve/aarch64/pci_irq.c
/freebsd/usr.sbin/bhyve/aarch64/pci_irq_machdep.h
/freebsd/usr.sbin/bhyve/aarch64/vmexit.c
/freebsd/usr.sbin/bhyve/amd64/Makefile.inc
/freebsd/usr.sbin/bhyve/amd64/bhyverun_machdep.c
/freebsd/usr.sbin/bhyve/amd64/mptbl.c
/freebsd/usr.sbin/bhyve/amd64/pci_irq.c
/freebsd/usr.sbin/bhyve/amd64/pci_irq_machdep.h
/freebsd/usr.sbin/bhyve/amd64/spinup_ap.c
/freebsd/usr.sbin/bhyve/bhyverun.c
/freebsd/usr.sbin/bhyve/bhyverun.h
/freebsd/usr.sbin/bhyve/bootrom.c
/freebsd/usr.sbin/bhyve/mevent.c
/freebsd/usr.sbin/bhyve/mevent.h
/freebsd/usr.sbin/bhyve/pci_emul.c
/freebsd/usr.sbin/bhyve/pci_emul.h
/freebsd/usr.sbin/bhyve/pci_irq.h
/freebsd/usr.sbin/bhyve/rtc_pl031.c
/freebsd/usr.sbin/bhyve/rtc_pl031.h
/freebsd/usr.sbin/bhyve/smbiostbl.c
/freebsd/usr.sbin/bhyve/snapshot.c
/freebsd/usr.sbin/bhyve/uart_emul.h
/freebsd/usr.sbin/bhyve/uart_pl011.c
/freebsd/usr.sbin/bhyve/virtio.h
/freebsd/usr.sbin/bhyvectl/bhyvectl.c
/freebsd/usr.sbin/crunch/README
/freebsd/usr.sbin/crunch/crunchgen/crunchgen.c
/freebsd/usr.sbin/daemon/daemon.c
/freebsd/usr.sbin/efitable/efitable.c
/freebsd/usr.sbin/fdwrite/fdwrite.c
/freebsd/usr.sbin/freebsd-update/freebsd-update.sh
/freebsd/usr.sbin/fstyp/hammer2_disk.h
/freebsd/usr.sbin/inetd/builtins.c
/freebsd/usr.sbin/kldxref/elf.c
/freebsd/usr.sbin/kldxref/kldxref.c
/freebsd/usr.sbin/manctl/manctl.sh
/freebsd/usr.sbin/mergemaster/mergemaster.8
/freebsd/usr.sbin/mergemaster/mergemaster.sh
/freebsd/usr.sbin/mountd/exports.5
/freebsd/usr.sbin/mountd/mountd.8
/freebsd/usr.sbin/newsyslog/newsyslog.c
/freebsd/usr.sbin/nscd/config.h
/freebsd/usr.sbin/nscd/parser.c
/freebsd/usr.sbin/nscd/query.c
/freebsd/usr.sbin/pciconf/cap.c
/freebsd/usr.sbin/periodic/etc/daily/801.trim-zfs
/freebsd/usr.sbin/periodic/etc/daily/Makefile
/freebsd/usr.sbin/periodic/periodic.conf
/freebsd/usr.sbin/pmcstat/pmcpl_callgraph.c
/freebsd/usr.sbin/pnfsdscopymr/pnfsdscopymr.8
/freebsd/usr.sbin/pnfsdscopymr/pnfsdscopymr.c
/freebsd/usr.sbin/ppp/arp.c
/freebsd/usr.sbin/sesutil/eltsub.h
/freebsd/usr.sbin/tzsetup/tzsetup.c
/freebsd/usr.sbin/zonectl/zonectl.8
d3de1bd403-Apr-2024 Christopher Davidson <christopher.davidson@gmail.com>

open.2: remove self-reference

Change .Xr reference to .Fn, which quiets a mandoc warning.

Reviewed by: mhorne
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1135


/freebsd/.git-blame-ignore-revs
/freebsd/Makefile
/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/bin/cp/cp.1
/freebsd/bin/cp/cp.c
/freebsd/bin/cp/utils.c
/freebsd/bin/csh/Makefile
/freebsd/bin/ln/ln.c
/freebsd/bin/ln/tests/ln_test.sh
/freebsd/bin/sleep/sleep.1
/freebsd/bin/sleep/sleep.c
/freebsd/contrib/libarchive/tar/read.c
/freebsd/contrib/libdiff/lib/diff_internal.h
/freebsd/contrib/libdiff/lib/diff_output.c
/freebsd/contrib/libdiff/lib/diff_output_unidiff.c
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaInit.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp
/freebsd/contrib/mandoc/config.h
/freebsd/contrib/unbound/acx_nlnetlabs.m4
/freebsd/contrib/unbound/configure
/freebsd/contrib/unbound/configure.ac
/freebsd/contrib/unbound/daemon/remote.c
/freebsd/contrib/unbound/daemon/worker.c
/freebsd/contrib/unbound/dnstap/dnstap.c
/freebsd/contrib/unbound/dnstap/dnstap.h
/freebsd/contrib/unbound/dnstap/dnstap.m4
/freebsd/contrib/unbound/dnstap/dnstap.proto
/freebsd/contrib/unbound/doc/Changelog
/freebsd/contrib/unbound/doc/README
/freebsd/contrib/unbound/doc/example.conf.in
/freebsd/contrib/unbound/doc/libunbound.3.in
/freebsd/contrib/unbound/doc/unbound-anchor.8.in
/freebsd/contrib/unbound/doc/unbound-checkconf.8.in
/freebsd/contrib/unbound/doc/unbound-control.8.in
/freebsd/contrib/unbound/doc/unbound-host.1.in
/freebsd/contrib/unbound/doc/unbound.8.in
/freebsd/contrib/unbound/doc/unbound.conf.5.in
/freebsd/contrib/unbound/iterator/iter_fwd.c
/freebsd/contrib/unbound/iterator/iter_hints.c
/freebsd/contrib/unbound/iterator/iter_scrub.c
/freebsd/contrib/unbound/iterator/iterator.c
/freebsd/contrib/unbound/services/authzone.c
/freebsd/contrib/unbound/services/cache/dns.c
/freebsd/contrib/unbound/services/localzone.c
/freebsd/contrib/unbound/services/mesh.c
/freebsd/contrib/unbound/services/outside_network.c
/freebsd/contrib/unbound/testdata/cachedb_no_store.tdir/cachedb_no_store.post
/freebsd/contrib/unbound/testdata/cachedb_no_store.tdir/cachedb_no_store.test
/freebsd/contrib/unbound/testdata/iter_cname_minimise_nx.rpl
/freebsd/contrib/unbound/testdata/iter_dname_ttl.rpl
/freebsd/contrib/unbound/testdata/root_zonemd.tdir/root_zonemd.test
/freebsd/contrib/unbound/testdata/rrset_use_cached.rpl
/freebsd/contrib/unbound/testdata/serve_expired_0ttl_nodata.rpl
/freebsd/contrib/unbound/testdata/serve_expired_0ttl_nxdomain.rpl
/freebsd/contrib/unbound/testdata/serve_expired_0ttl_servfail.rpl
/freebsd/contrib/unbound/testdata/serve_expired_cached_servfail.rpl
/freebsd/contrib/unbound/testdata/serve_expired_cached_servfail_refresh.rpl
/freebsd/contrib/unbound/testdata/subnet_scopezero_noedns.crpl
/freebsd/contrib/unbound/util/config_file.c
/freebsd/contrib/unbound/util/config_file.h
/freebsd/contrib/unbound/util/configlexer.c
/freebsd/contrib/unbound/util/configlexer.lex
/freebsd/contrib/unbound/util/configparser.c
/freebsd/contrib/unbound/util/configparser.h
/freebsd/contrib/unbound/util/configparser.y
/freebsd/contrib/unbound/util/data/msgencode.c
/freebsd/contrib/unbound/util/data/msgreply.c
/freebsd/contrib/unbound/util/data/msgreply.h
/freebsd/contrib/unbound/util/data/packed_rrset.c
/freebsd/contrib/unbound/util/iana_ports.inc
/freebsd/contrib/unbound/util/netevent.c
/freebsd/contrib/unbound/validator/autotrust.c
/freebsd/contrib/unbound/validator/val_sigcrypt.c
/freebsd/contrib/unbound/validator/val_utils.c
/freebsd/contrib/unbound/validator/validator.c
/freebsd/crypto/openssh/.github/configs
/freebsd/crypto/openssh/.github/setup_ci.sh
/freebsd/crypto/openssh/.github/workflows/c-cpp.yml
/freebsd/crypto/openssh/.github/workflows/selfhosted.yml
/freebsd/crypto/openssh/.gitignore
/freebsd/crypto/openssh/.skipped-commit-ids
/freebsd/crypto/openssh/ChangeLog
/freebsd/crypto/openssh/FREEBSD-upgrade
/freebsd/crypto/openssh/PROTOCOL
/freebsd/crypto/openssh/PROTOCOL.agent
/freebsd/crypto/openssh/PROTOCOL.mux
/freebsd/crypto/openssh/README
/freebsd/crypto/openssh/README.platform
/freebsd/crypto/openssh/channels.c
/freebsd/crypto/openssh/clientloop.c
/freebsd/crypto/openssh/config.h
/freebsd/crypto/openssh/configure.ac
/freebsd/crypto/openssh/contrib/redhat/openssh.spec
/freebsd/crypto/openssh/contrib/suse/openssh.spec
/freebsd/crypto/openssh/gss-genr.c
/freebsd/crypto/openssh/kex.c
/freebsd/crypto/openssh/kex.h
/freebsd/crypto/openssh/m4/openssh.m4
/freebsd/crypto/openssh/misc.c
/freebsd/crypto/openssh/misc.h
/freebsd/crypto/openssh/nchan.c
/freebsd/crypto/openssh/openbsd-compat/getopt.h
/freebsd/crypto/openssh/openbsd-compat/openbsd-compat.h
/freebsd/crypto/openssh/readconf.c
/freebsd/crypto/openssh/readconf.h
/freebsd/crypto/openssh/regress/Makefile
/freebsd/crypto/openssh/regress/channel-timeout.sh
/freebsd/crypto/openssh/regress/dynamic-forward.sh
/freebsd/crypto/openssh/regress/misc/fuzz-harness/Makefile
/freebsd/crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
/freebsd/crypto/openssh/regress/multiplex.sh
/freebsd/crypto/openssh/regress/putty-ciphers.sh
/freebsd/crypto/openssh/regress/putty-kex.sh
/freebsd/crypto/openssh/regress/putty-transfer.sh
/freebsd/crypto/openssh/regress/test-exec.sh
/freebsd/crypto/openssh/regress/unittests/Makefile.inc
/freebsd/crypto/openssh/regress/unittests/hostkeys/test_iterate.c
/freebsd/crypto/openssh/regress/unittests/kex/test_kex.c
/freebsd/crypto/openssh/regress/unittests/sshkey/test_file.c
/freebsd/crypto/openssh/regress/unittests/sshkey/test_fuzz.c
/freebsd/crypto/openssh/regress/unittests/sshkey/test_sshkey.c
/freebsd/crypto/openssh/regress/unittests/sshsig/tests.c
/freebsd/crypto/openssh/servconf.c
/freebsd/crypto/openssh/session.c
/freebsd/crypto/openssh/sftp.c
/freebsd/crypto/openssh/ssh-add.1
/freebsd/crypto/openssh/ssh-add.c
/freebsd/crypto/openssh/ssh-agent.c
/freebsd/crypto/openssh/ssh-dss.c
/freebsd/crypto/openssh/ssh-keygen.c
/freebsd/crypto/openssh/ssh-keyscan.c
/freebsd/crypto/openssh/ssh-keysign.c
/freebsd/crypto/openssh/ssh-pkcs11-client.c
/freebsd/crypto/openssh/ssh.c
/freebsd/crypto/openssh/ssh_api.c
/freebsd/crypto/openssh/ssh_config.5
/freebsd/crypto/openssh/ssh_namespace.h
/freebsd/crypto/openssh/sshbuf-getput-crypto.c
/freebsd/crypto/openssh/sshconnect.c
/freebsd/crypto/openssh/sshconnect2.c
/freebsd/crypto/openssh/sshd.c
/freebsd/crypto/openssh/sshd_config
/freebsd/crypto/openssh/sshd_config.5
/freebsd/crypto/openssh/sshkey.c
/freebsd/crypto/openssh/sshsig.c
/freebsd/crypto/openssh/version.h
/freebsd/crypto/openssh/xmss_hash.c
/freebsd/etc/Makefile
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/etc/mtree/BSD.usr.dist
/freebsd/etc/sendmail/Makefile
/freebsd/include/Makefile
/freebsd/lib/Makefile
/freebsd/lib/libbe/libbe.3
/freebsd/lib/libc/aarch64/gen/Makefile.inc
/freebsd/lib/libc/aarch64/gen/getcontextx.c
/freebsd/lib/libc/include/libc_private.h
/freebsd/lib/libc/riscv/gen/flt_rounds.c
/freebsd/lib/libc/stdtime/ctime.3
/freebsd/lib/libc/string/wmemchr.3
/freebsd/lib/libc/tests/stdlib/dynthr_mod/Makefile
/freebsd/lib/libc/tests/tls/dso/Makefile
/freebsd/lib/libc/tests/tls_dso/Makefile
/freebsd/lib/libc/xdr/xdr_rec.c
/freebsd/lib/libclang_rt/Makefile
/freebsd/lib/libdiff/Makefile
/freebsd/lib/libfdt/Makefile
/freebsd/lib/libfetch/fetch.c
/freebsd/lib/libmagic/Makefile
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
/freebsd/lib/libpmc/pmu-events/jevents.c
/freebsd/lib/libprocstat/libprocstat.c
/freebsd/lib/libprocstat/libprocstat.h
/freebsd/lib/libprocstat/libprocstat_compat.c
open.2
/freebsd/lib/libsysdecode/Makefile
/freebsd/lib/libsysdecode/mktables
/freebsd/lib/libthr/thread/thr_syscalls.c
/freebsd/lib/libunbound/config.h
/freebsd/lib/msun/Makefile
/freebsd/lib/msun/ld128/b_tgammal.c
/freebsd/lib/msun/man/lgamma.3
/freebsd/lib/msun/riscv/Symbol.map
/freebsd/lib/msun/riscv/fenv.c
/freebsd/lib/msun/riscv/fenv.h
/freebsd/libexec/dma/dmagent/dma.conf
/freebsd/libexec/rc/rc.initdiskless
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/release/Makefile.vm
/freebsd/release/packages/certctl.ucl
/freebsd/release/packages/clang-all.ucl
/freebsd/release/packages/clibs.ucl
/freebsd/release/packages/generate-ucl.lua
/freebsd/release/packages/generate-ucl.sh
/freebsd/release/packages/lld-all.ucl
/freebsd/release/packages/lldb-all.ucl
/freebsd/release/packages/runtime.ucl
/freebsd/release/packages/ssh-all.ucl
/freebsd/release/packages/template.ucl
/freebsd/release/packages/unbound-all.ucl
/freebsd/release/packages/utilities.ucl
/freebsd/release/release.sh
/freebsd/release/tools/basic-cloudinit.conf
/freebsd/release/tools/vmimage.subr
/freebsd/sbin/bectl/bectl.8
/freebsd/sbin/bectl/bectl.c
/freebsd/sbin/bsdlabel/bsdlabel.8
/freebsd/sbin/bsdlabel/bsdlabel.c
/freebsd/sbin/ccdconfig/ccdconfig.8
/freebsd/sbin/nvmecontrol/identify_ext.c
/freebsd/sbin/pfctl/pfctl.c
/freebsd/sbin/pfilctl/pfilctl.c
/freebsd/sbin/reboot/reboot.c
/freebsd/share/man/man3/assert.3
/freebsd/share/man/man4/cxgbe.4
/freebsd/share/man/man4/ddb.4
/freebsd/share/man/man4/em.4
/freebsd/share/man/man4/mem.4
/freebsd/share/man/man4/pcm.4
/freebsd/share/man/man4/rights.4
/freebsd/share/man/man4/snd_uaudio.4
/freebsd/share/man/man4/tcp_rack.4
/freebsd/share/man/man7/hier.7
/freebsd/share/man/man9/KASSERT.9
/freebsd/share/man/man9/Makefile
/freebsd/share/man/man9/devfs_set_cdevpriv.9
/freebsd/share/man/man9/epoch.9
/freebsd/share/man/man9/intr_event.9
/freebsd/share/man/man9/random.9
/freebsd/share/man/man9/sysctl.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/mk/bsd.opts.mk
/freebsd/share/mk/src.libnames.mk
/freebsd/share/mk/sys.mk
/freebsd/stand/efi/include/efichar.h
/freebsd/stand/efi/libefi/efichar.c
/freebsd/stand/forth/loader.4th
/freebsd/stand/i386/boot0/boot0.S
/freebsd/stand/uboot/Makefile
/freebsd/sys/amd64/amd64/fpu.c
/freebsd/sys/amd64/ia32/ia32_signal.c
/freebsd/sys/arm/conf/GENERIC
/freebsd/sys/arm/conf/NOTES
/freebsd/sys/arm/freescale/vybrid/files.vybrid
/freebsd/sys/arm64/arm64/copyinout.S
/freebsd/sys/arm64/arm64/debug_monitor.c
/freebsd/sys/arm64/arm64/exec_machdep.c
/freebsd/sys/arm64/arm64/freebsd32_machdep.c
/freebsd/sys/arm64/arm64/gdb_machdep.c
/freebsd/sys/arm64/arm64/locore.S
/freebsd/sys/arm64/arm64/machdep.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/arm64/swtch.S
/freebsd/sys/arm64/arm64/trap.c
/freebsd/sys/arm64/arm64/vfp.c
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/db_machdep.h
/freebsd/sys/arm64/include/frame.h
/freebsd/sys/arm64/include/pcpu.h
/freebsd/sys/arm64/include/pte.h
/freebsd/sys/arm64/include/ucontext.h
/freebsd/sys/arm64/include/vfp.h
/freebsd/sys/arm64/include/vmparam.h
/freebsd/sys/compat/freebsd32/freebsd32_misc.c
/freebsd/sys/compat/freebsd32/freebsd32_proto.h
/freebsd/sys/compat/freebsd32/freebsd32_signal.h
/freebsd/sys/compat/freebsd32/freebsd32_systrace_args.c
/freebsd/sys/compat/freebsd32/freebsd32_util.h
/freebsd/sys/compat/ia32/ia32_signal.h
/freebsd/sys/compat/ia32/ia32_sysvec.c
/freebsd/sys/compat/linux/linux.c
/freebsd/sys/compat/linux/linux_common.h
/freebsd/sys/compat/linux/linux_netlink.c
/freebsd/sys/compat/linux/linux_socket.c
/freebsd/sys/compat/linuxkpi/common/include/linux/pci_ids.h
/freebsd/sys/conf/files
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/kern.mk
/freebsd/sys/contrib/device-tree/Bindings/arm/amlogic.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,coresight-cti.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,coresight-dummy-sink.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,coresight-dummy-source.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,vexpress-juno.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/atmel-sysregs.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/brcm,bcm4708.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/cpus.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/fsl.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ti,sci.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/nuvoton/nuvoton,ma35d1.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/nuvoton/nuvoton,npcm.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/psci.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/qcom.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/rockchip.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/samsung/samsung-boards.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/socionext/synquacer.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/stm32/st,stm32-syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/stm32/stm32.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/sunxi.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/ti/k3.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/xen.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/xilinx.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/ceva,ahci-1v84.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/rockchip,dwc-ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/snps,dwc-ahci-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/snps,dwc-ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/holtek,ht16k33.yaml
/freebsd/sys/contrib/device-tree/Bindings/bus/ti-sysc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,a1-peripherals-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,a1-pll-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/atmel,at91rm9200-pmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/atmel,at91sam9x5-sckc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/brcm,bcm63268-timer-clocks.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx8m-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx8mp-audiomix.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/ingenic,cgu.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mtmips-sysc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/nuvoton,ma35d1-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,a53pll.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8953.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-other.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc7180.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc7280.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm8250.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,ipq9574-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,mmcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,rpmhcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sc8280xp-lpasscc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sdx75-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6375-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8350-videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/renesas,r9a06g032-sysctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/samsung,exynos-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/ti,am62-audio-refclk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/ti,am654-ehrpwm-tbclk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/xlnx,clocking-wizard.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/xlnx,versal-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/connector/usb-connector.yaml
/freebsd/sys/contrib/device-tree/Bindings/cpu/idle-states.yaml
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/qcom-cpufreq-nvmem.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/amlogic,gxl-crypto.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/fsl,sec-v4.0-mon.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/fsl-dcp.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/intel,ixp4xx-crypto.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/qcom-qce.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/starfive,jh7110-crypto.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/xlnx,zynqmp-aes.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/amlogic,meson-g12a-dw-mipi-dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/amlogic,meson-vpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/analogix,dp.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/fsl,ldb.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/nxp,tda998x.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/samsung,mipi-dsim.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/toshiba,tc358762.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/toshiba,tc358767.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/connector/hdmi-connector.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/fsl,lcdif.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,aal.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,color.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,dpi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,gamma.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,merge.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,od.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ovl.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,rdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,split.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,wdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dp-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dsi-controller-main.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dsi-phy-28nm.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/gmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/gpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,mdp5.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sc7180-dpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm6350-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm6375-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm8350-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,tv101wum-nl6.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt36523.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-mipi-dbi-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-simple.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/rocktech,jh057n00900.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6d7aa0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6e8aa0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/rockchip-vop.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/st,stm32-dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/nvidia,tegra20-vi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/nvidia,tegra20-vip.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/stericsson,dma40.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/ti/k3-bcdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dvfs/performance-domain.yaml
/freebsd/sys/contrib/device-tree/Bindings/eeprom/at25.yaml
/freebsd/sys/contrib/device-tree/Bindings/example-schema.yaml
/freebsd/sys/contrib/device-tree/Bindings/extcon/qcom,pm8941-misc.yaml
/freebsd/sys/contrib/device-tree/Bindings/extcon/wlf,arizona.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/arm,scmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/brcm,kona-smc.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/qcom,scm.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/xilinx-zynq-fpga-mgr.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/xlnx,versal-fpga.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/xlnx,zynqmp-pcap-fpga.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/brcm,bcm63xx-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-delay.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-ep9301.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-mmio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-pca9570.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-vf610.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-zynq.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/st,stmpe-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/x-powers,axp209-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/xlnx,gpio-xilinx.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/arm,mali-bifrost.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/arm,mali-midgard.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/arm,mali-utgard.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,max31827.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/moortec,mr75203.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/cdns,i2c-r1p10.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/silvaco,i3c-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7192.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/mediatek,mt2701-auxadc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/qcom,spmi-vadc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/rockchip-saradc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ti,adc108s102.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/adi,ad74115.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/voltage-divider.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/invensense,mpu6050.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/st,lsm6dsx.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/rohm,bu27008.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ti,opt4001.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/potentiometer/renesas,x9250.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/honeywell,mprls0025pa.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/st,st-sensors.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/melexis,mlx90614.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ti,tmp006.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/atmel,maxtouch.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/cypress,cyapa.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/goodix,gt7375p.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/mediatek,pmic-keys.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/pwm-vibrator.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/cypress,tt21000.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/fsl,imx8m-noc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/loongson,eiointc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/microchip,sama7g5-eic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ralink,rt2880-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/sifive,plic-1.0.0.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/arm,smmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/awinic,aw200xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/kinetic,ktz8866.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/lp855x-backlight.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/pwm-backlight.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/common.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-class-multicolor.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-lp55xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-mt6323.txt
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-qcom-lpg.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-sgm3140.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/qcom,spmi-flash-led.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/rohm,bd71828-leds.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/brcm,bcm2835-mbox.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/nvidia,tegra186-hsp.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/qcom,apcs-kpss-global.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/xlnx,zynqmp-ipi-mailbox.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/maxim,max96712.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,msm8916-camss.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,msm8996-camss.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,sdm660-camss.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,sdm845-camss.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,rzg2l-cru.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,vin.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip-rga.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip-vpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/s5p-mfc.txt
/freebsd/sys/contrib/device-tree/Bindings/media/samsung,s5p-mfc.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/xlnx,csi2rxss.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/nvidia,tegra20-emc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/snps,dw-umctl2-ddrc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ti,gpmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/xlnx,zynq-ddrc-a05.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/adi,max77541.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm6318-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm63268-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm6328-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm6358-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,bcm6368-gpio-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/gateworks-gsc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom,spmi-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom,tcsr.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/richtek,rt5033.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk806.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/samsung,s5m8767.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/st,stpmic1.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,j721e-system-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,tps6594.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/x-powers,axp152.yaml
/freebsd/sys/contrib/device-tree/Bindings/mips/ralink.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/qcom,fastrpc.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/ti,j721e-esm.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/arm,pl18x.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/brcm,bcm2835-sdhost.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/brcm,kona-sdhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/fsl-imx-esdhc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/sdhci-msm.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/allwinner,sun4i-a10-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/amlogic,meson-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/brcm,brcmnand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/denali,nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/ingenic,nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/intel,lgm-ebunand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/marvell,nand-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/mediatek,mtk-nfc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/mtd-physmap.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/mtd.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/nand-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/partition.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/partitions.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/qcom,nandc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/raw-nand-chip.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/rockchip,nand-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/st,stm32-fmc2-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/ti,am654-hbmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/allwinner,sun7i-a20-gmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/allwinner,sun8i-a83t-emac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/altr,tse.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/nxp,88w8987-bt.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/qualcomm-bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/brcm,bcmgenet.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/cdns,macb.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/marvell.txt
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/nxp,sja1105.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ethernet-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/intel,dwmac-plat.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/maxlinear,gpy2xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mediatek,net.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mediatek-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/micrel,ks8851.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/nxp,dwmac-imx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/pse-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qcom,ethqos.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/rockchip-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/snps,dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,k3-am654-cpsw-nuss.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/toshiba,visconti-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/brcm,bcm4329-fmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/qcom,ath10k.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/xlnx,axi-ethernet.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/brcm,nvram.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/imx-ocotp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/fixed-cell.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/fixed-layout.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/nvmem-layout.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/mediatek,efuse.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/mxs-ocotp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/nvmem.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/qcom,qfprom.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/qcom,spmi-sdam.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/rmem.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/rockchip,otp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/socionext,uniphier-efuse.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/sunplus,sp7021-ocotp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip,rk3399-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip-dw-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/xilinx-versal-cpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/amlogic,g12-ddr-pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/fsl-imx-ddr.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/brcm,brcmstb-usb-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/brcm,kona-usb2-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/cdns,salvo-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/fsl,imx8mq-usb-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/fsl,mxs-usbphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/intel,combo-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/mediatek,dsi-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/mixel,mipi-dsi-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/phy-rockchip-naneng-combphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,edp-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,qusb2-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,usb-hs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,usb-snps-femto-v2.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,ipq5018-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,ipq9574-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,pmic-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,qcm2290-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sa8775p-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sc8280xp-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sdx65-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sdx75-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sm7150-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/st,stm32-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/xlnx,zynq-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/atmel,at91sam9260-shdwc.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/atmel,sama5d2-shdwc.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/brcm,bcm21664-resetmgr.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/nvmem-reboot-mode.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/qcom,pon.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/restart-handler.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/reset/xlnx,zynqmp-power.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/bq256xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/qcom,pmi8998-charger.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/richtek,rt5033-battery.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/richtek,rt5033-charger.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/atmel,at91sam-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/imx-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mediatek,mt2712-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mediatek,pwm-disp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mxs-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm-bcm2835.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/renesas,pwm-rcar.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/adi,max77541-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/mt6358-regulator.txt
/freebsd/sys/contrib/device-tree/Bindings/regulator/pfuze100.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/pwm-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/qcom,usb-vbus-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/renesas,raa215300.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/ti,tps62870.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/amlogic,meson-mx-ao-arc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/st,stm32-rproc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ti,pru-consumer.yaml
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/framebuffer.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/nuvoton,ma35d1-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/xlnx,zynqmp-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/cpus.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/extensions.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/thead.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/isil,isl1208.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/loongson,rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/trivial-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/xlnx,zynqmp-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/atmel,at91-usart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/cdns,uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/nuvoton,ma35d1-serial.yaml
/freebsd/sys/contrib/device-tree/Bindings/slimbus/slimbus.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/brcm,bcm23550-cdc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/mediatek,pwrap.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/nuvoton/nuvoton,npcm-gcr.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,aoss-qmp.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,eud.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,rpm-master-stats.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,rpmh-rsc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,smd-rpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom-stats.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/grf.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/exynos-pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/adi,max98388.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/adi,ssm2518.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/adi,ssm3515.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/audio-graph.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs35l45.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs42l51.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/dialog,da7219.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl-asoc-card.txt
/freebsd/sys/contrib/device-tree/Bindings/sound/google,chv3-codec.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/google,chv3-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/google,sc7180-trogdor.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ingenic,aic.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/loongson,ls-audio-card.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mediatek,mt8188-afe.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mediatek,mt8188-mt6359.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/microchip,sama7g5-pdmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8315.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8540.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8810.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8824.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8825.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nvidia,tegra-audio-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,lpass-cpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6apm-dai.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6dsp-lpass-clocks.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6dsp-lpass-ports.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wsa8840.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt1016.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/snps,designware-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/st,stm32-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/starfive,jh7110-tdm.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/tas2562.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/tas2770.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/tas27xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas2781.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tlv320aic32x4.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tlv320aic3x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8903.yaml
/freebsd/sys/contrib/device-tree/Bindings/soundwire/qcom,soundwire.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/allwinner,sun4i-a10-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/allwinner,sun6i-a31-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/atmel,at91rm9200-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/cdns,qspi-nor.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/qcom,spi-qcom-qspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/renesas,rzv2m-csi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/samsung,spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/snps,dw-apb-ssi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/socionext,uniphier-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-cadence.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-xilinx.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-zynqmp-qspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/xlnx,zynq-qspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spmi/mtk,spmi-mtk-pmif.yaml
/freebsd/sys/contrib/device-tree/Bindings/sram/qcom,imem.yaml
/freebsd/sys/contrib/device-tree/Bindings/sram/sram.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/armada-thermal.txt
/freebsd/sys/contrib/device-tree/Bindings/thermal/brcm,bcm2835-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom-tsens.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/brcm,kona-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/cdns,ttc.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/fsl,imxgpt.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/loongson,ls1x-pwmtimer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/ralink,rt2880-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/sifive,clint.yaml
/freebsd/sys/contrib/device-tree/Bindings/timestamp/hardware-timestamps-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/trivial-devices.yaml
/freebsd/sys/contrib/device-tree/Bindings/ufs/qcom,ufs.yaml
/freebsd/sys/contrib/device-tree/Bindings/ufs/samsung,exynos-ufs.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ci-hdrc-usb2.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/dwc2.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/dwc3-xilinx.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/fsl,imx8qm-cdns3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/generic-ehci.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/generic-ohci.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/mediatek,mtu3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/microchip,usb5744.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/nvidia,tegra-xudc.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/onnn,nb7vpq904m.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/qcom,dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/qcom,pmic-typec.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/snps,dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/starfive,jh7110-usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ti,am62-usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/usb251xb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/xlnx,usb2.yaml
/freebsd/sys/contrib/device-tree/Bindings/vendor-prefixes.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/brcm,kona-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/cdns,wdt-r1p2.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/loongson,ls1x-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/watchdog.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/xlnx,versal-wwdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/xlnx,xps-timebase-wdt.yaml
/freebsd/sys/contrib/device-tree/include/dt-bindings/arm/qcom,ids.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,a1-pll-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/nuvoton,ma35d1-clk.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,ipq9574-gcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sc8280xp-lpasscc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sdx75-gcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8350-videocc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8450-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8450-videocc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8550-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/stm32mp13-clks.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/gpio/tegra234-gpio.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8996-cbf.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/leds/leds-lp55xx.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/tegra234-mc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/mfd/stm32f7-rcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/mux/ti-serdes.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/stm32-pinfunc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/qcom-rpmpd.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/mt8188-resets.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/nuvoton,ma35d1-reset.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,ipq9574-gcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,sm8350-videocc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,sm8450-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/stm32mp13-resets.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/thermal/tegra234-bpmp-thermal.h
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-cubieboard6.dts
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-guitar-bb-rev-b.dts
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-guitar.dtsi
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-labrador-base-m.dts
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-labrador-v2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-roseapplepi.dts
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500-sparky.dts
/freebsd/sys/contrib/device-tree/src/arm/actions/owl-s500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/airoha/en7523-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/airoha/en7523.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp152.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp209.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp223.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp22x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp809.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/axp81x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-a1000.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-ba10-tvbox.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-chuwi-v7-cw0825.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-cubieboard.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-dserve-dsrv9703c.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-gemei-g9.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-hackberry.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-hyundai-a7hd.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-inet1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-inet97fv2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-inet9f-rev03.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-itead-iteaduino-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-jesurun-q5.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-marsboard.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-mini-xplus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-mk802.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-mk802ii.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-olinuxino-lime.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-pcduino.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-pcduino2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-pov-protab2-ips9.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10-topwise-a721.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun4i-a10.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-auxtek-t003.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-auxtek-t004.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-mk802.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-olinuxino-micro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-r7-tv-dongle.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s-wobo-i5.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a10s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-difrnce-dit4350.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-empire-electronix-d709.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-empire-electronix-m712.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-hsg-h702.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-inet-98v-rev2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-licheepi-one.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-olinuxino-micro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-olinuxino.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-q8-tablet.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-utoo-p66.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-gr8-chip-pro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-gr8-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-gr8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-r8-chip.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-r8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-reference-design-tablet.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-app4-evb1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-colombus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-hummingbird.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-i7.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-m9.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-mele-a1000g-quad.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-colorfly-e708-q1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-cs908.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-inet-q972.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-primo81.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-sina31s-core.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-sina31s.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-sinovoip-bpi-m2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-yones-toptech-bs1078-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-reference-design-tablet.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-bananapi-m1-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-bananapi.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-bananapro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-cubieboard2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-cubietruck.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-haoyu-marsboard.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-hummingbird.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-i12-tvbox.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-icnova-a20-adb4006.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-icnova-a20.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-icnova-swac.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-itead-ibox.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-lamobo-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-linutronix-testbox-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-m3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-mk808c.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som-evb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som204-evb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som204-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-lime-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-lime.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-lime2-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-lime2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-micro-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-micro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-orangepi-mini.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-orangepi.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-pcduino3-nano.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-pcduino3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-wexler-tab7200.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-wits-pro-a20-dkt.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-a33.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-gt90h-v4.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-inet86dz.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-ippo-q8h-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-ippo-q8h-v5.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-polaroid-mid2407pxe03.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-polaroid-mid2809pxe04.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-q8-tablet.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-et-q8-v1.6.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-ga10h-v1.1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-inet-d978-rev2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-ippo-q8h-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-olinuxino.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-q8-tablet.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-sinlinx-sina33.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-allwinner-h8homlet-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-bananapi-m3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-cubietruck-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-tbs-a711.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-bananapi-m2-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-libretech-all-h3-cc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-orangepi-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-orangepi-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-bananapi-m2-plus-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-bananapi-m2-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-beelink-x2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-emlid-neutis-n5h3-devboard.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-emlid-neutis-n5h3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-libretech-all-h3-cc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-mapleboard-mp130.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-duo2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-m1-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-m1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-neo-air.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-neo.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-one.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-pc-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-pc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-plus2e.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-zero-plus2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-rervision-dvk.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-zeropi.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-q8-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-bananapi-m2m.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-nintendo-nes-classic.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-nintendo-super-nes-classic.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-parrot.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-bananapi-m2-ultra.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-cpu-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-feta40i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-oka40i-c.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-reference-design-tablet.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-s3-elimo-impetus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-s3-elimo-initium.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-s3-lichee-zero-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-s3-pinecube.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-t113s-mangopi-mq-r-t113.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-t113s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-t3-cqa3t-bv3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3-sl631-imx179.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3-sl631.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3s-licheepi-zero-dock.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3s-licheepi-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v40-bananapi-m2-berry.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun9i-a80-cubieboard4.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun9i-a80-optimus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun9i-a80.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/suniv-f1c100s-licheepi-nano.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/suniv-f1c100s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/suniv-f1c200s-lctech-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/suniv-f1c200s-popstick-v1.1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-bananapi-m2-plus-v1.2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-bananapi-m2-plus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-common-regulators.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-d1s-t113-mangopi-mq-r.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-h3-h5-emlid-neutis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-h3-h5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-itead-core-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-libretech-all-h3-cc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-libretech-all-h3-it.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-reference-design-tablet.dtsi
/freebsd/sys/contrib/device-tree/src/arm/alphascale/alphascale-asm9260-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/alphascale/alphascale-asm9260.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amazon/alpine-db.dts
/freebsd/sys/contrib/device-tree/src/arm/amazon/alpine.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson6-atv1200.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8-minix-neo-x8.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b-ec100.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b-mxq.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b-odroidc1.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8m2-mxiii-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8m2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-11mp-bbrevd-ctrevb.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-11mp-bbrevd.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-11mp-ctrevb.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-11mp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-a9mp-bbrevd.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-a9mp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-bbrevd.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-bbrevd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-mp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pb1176.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pb11mp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pba8.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pbx-a9.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pbx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/integrator.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorap-im-pd1.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorap.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorcp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/mps2-an385.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/mps2-an399.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/mps2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/versatile-ab-ib2.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/versatile-ab.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/versatile-pb.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2m-rs1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca15-tc1.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca15_a7.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca5s.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca9.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-ast2500-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-ast2600-evb-a1.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-ast2600-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-amd-daytonax.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-amd-ethanolx.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ampere-mtjade.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ampere-mtmitchell.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-arm-stardragon4800-rep2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-e3c246d4i.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-romed8hm3.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-bytedance-g220a.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-delta-ahe50dc.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-bletchley.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-cloudripper.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-cmm.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-elbert.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-fuji.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-galaxy100.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-greatlakes.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-minipack.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-tiogapass.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-wedge100.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-wedge40.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-wedge400.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-yamp.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-yosemitev2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-bonnell.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-everest.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-rainier-1s4u.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-rainier-4u.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-rainier.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inspur-fp5280g2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inspur-nf5280m6.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inspur-on5263m5.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-intel-s2600wf.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inventec-transformers.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-lenovo-hr630.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-lenovo-hr855xg2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-microsoft-olympus.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-lanyang.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-mowgli.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-nicole.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-palmetto.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-romulus.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-swift.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-tacoma.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-vesnin.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-witherspoon.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-zaius.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-portwell-neptune.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-qcom-dc-scm-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-quanta-q71l.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-quanta-s6q.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-supermicro-x11spi.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-tyan-s7106.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-tyan-s8036.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ufispace-ncplite.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-vegman-n110.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-vegman-rx20.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-vegman-sx20.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-vegman.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g6-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ast2400-facebook-netbmc-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ast2500-facebook-netbmc-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ast2600-facebook-netbmc-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/facebook-bmc-flash-layout-128.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/facebook-bmc-flash-layout.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ibm-power9-dual.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/openbmc-flash-layout-128.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/openbmc-flash-layout-64-alt.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/openbmc-flash-layout-64.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/openbmc-flash-layout.dtsi
/freebsd/sys/contrib/device-tree/src/arm/axis/artpec6-devboard.dts
/freebsd/sys/contrib/device-tree/src/arm/axis/artpec6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-cygnus-clock.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-cygnus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-hr2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-ns.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-nsp-ax.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm-nsp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm11351.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm21664-garnet.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm21664.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm23550-sparrow.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm23550.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-4-b.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-400.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-cm4-io.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-cm4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm28155-ap.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-a-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-a.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-b-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-b-rev2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-b.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-cm1-io1.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-cm1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-zero-w.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2836-rpi-2-b.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2836-rpi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2836.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-3-a-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-3-b-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-3-b.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-cm3-io3.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-cm3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-zero-2-w.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-lan7515.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-led-deprecated.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-smsc9512.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-smsc9514.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-usb-host.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-usb-otg.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-usb-peripheral.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x-rpi-wifi-bt.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-asus-rt-ac56u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-asus-rt-ac68u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-buffalo-wzr-1166dhp-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-buffalo-wzr-1166dhp.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-buffalo-wzr-1166dhp2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-buffalo-wzr-1750dhp.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-linksys-ea6300-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-linksys-ea6500-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-luxul-xap-1510.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-luxul-xwc-1000.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-netgear-r6250.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-netgear-r6300-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708-smartrg-sr400ac.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4708.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-asus-rt-n18u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-buffalo-wzr-600dhp2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-buffalo-wzr-900dhp.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-luxul-xap-1410.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-luxul-xwr-1200.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081-tplink-archer-c5-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47081.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-asus-rt-ac87u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-buffalo-wxr-1900dhp.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-linksys-ea9200.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-netgear-r7000.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-netgear-r8000.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-tplink-archer-c9-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-asus-rt-ac88u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-dlink-dir-885l.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-dlink-dir-890l.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-linksys-panamera.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-abr-4500.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-xap-1610.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-xbr-4500.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-xwc-2000.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-xwr-3100.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-luxul-xwr-3150-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-netgear-r8500.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-phicomm-k3.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47189-luxul-xap-1440.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47189-luxul-xap-810.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47189-tenda-ac9.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47622.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53015-meraki-mr26.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53016-dlink-dwl-8610ap.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53016-meraki-mr32.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm5301x-nand-cs0-bch1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm5301x-nand-cs0-bch4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm5301x-nand-cs0-bch8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm5301x-nand-cs0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm5301x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53340-ubnt-unifi-switch8.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53573.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm59056.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63138.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63148.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63178.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6756.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6846.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6855.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6878.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm7445-bcm97445svmb.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm7445.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm911360_entphn.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm911360k.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm94708.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm94709.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm947189acdbmr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm947622.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm953012er.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm953012hr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm953012k.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958300k.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958305k.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958522er.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958525er.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958525xmc.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958622hr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958623hr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-alamo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-kingpin.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx64-a0.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx64.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx64w-a0.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx64w.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx65.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx65w.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx6x-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625hr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625k.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963138.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963138dvt.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963148.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963178.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96756.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96846.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96855.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96878.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm988312hr.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm9hmidc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/calxeda/ecx-2000.dts
/freebsd/sys/contrib/device-tree/src/arm/calxeda/ecx-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/calxeda/highbank.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep7209.dtsi
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep7211-edb7211.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep7211.dtsi
/freebsd/sys/contrib/device-tree/src/arm/cnxt/cx92755.dtsi
/freebsd/sys/contrib/device-tree/src/arm/cnxt/cx92755_equinox.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-dlink-dir-685.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-dlink-dns-313.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-nas4220b.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-ns2502.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-rut1xx.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-sl93512r.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-sq201.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-ssi1328.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-wbd111.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-wbd222.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hi3519-demb.dts
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hi3519.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hi3620-hi4511.dts
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hi3620.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hip01-ca9x2.dts
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hip01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hip04-d01.dts
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hip04.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hisi-x5hd2-dkb.dts
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/hisi-x5hd2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/sd5203.dts
/freebsd/sys/contrib/device-tree/src/arm/hpe/hpe-bmc-dl360gen10.dts
/freebsd/sys/contrib/device-tree/src/arm/hpe/hpe-gxp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/axm5516-amarillo.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/axm5516-cpus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/axm55xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-adi-coyote.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-arcom-vulcan.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-dlink-dsm-g600.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-freecom-fsg-3.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-gateway-7001.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-gateworks-gw2348.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-goramo-multilink.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-iomega-nas100d.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-ixdp425.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-ixdpg425.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-linksys-nslu2.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-linksys-wrv54g.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-netgear-wg302v1.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-welltech-epbx100.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp43x-gateworks-gw2358.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp43x-kixrp435.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp43x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp45x-ixp46x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp46x-ixdp465.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp4xx-reference-design.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp4xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa25x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa27x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa2xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-connector.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-controller.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-speaker-l.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-speaker-m.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-speaker-one.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-speaker-s.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa300-raumfeld-tuneable-clock.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/pxa3xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_chameleonv3.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_mercury_aa1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_mercury_pe1.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_socdk.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_socdk_nand.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_socdk_qspi.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria10_socdk_sdmmc.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_arria5_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_chameleon96.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_de0_nano_soc.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_mcv.dtsi
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_mcvevk.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_sockit.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_socrates.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_sodia.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_vining_fpga.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_vt.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-c200-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-dlink-dns327l.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-mirabox.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-netgear-rn102.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-netgear-rn104.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-rd.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-nas-2bay.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-nas-4bay.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-nas-xbay.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-personal-cloud-2bay.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-personal-cloud.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-personal-cloud.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-synology-ds213j.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-xp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-375-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-375.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-380.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-381-netgear-gs110emx.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-382-rd-ac3x-48g4x2xl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-atl-x530.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr-l8.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr-s4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-db-88f6820-amc.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-db-ap.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-linksys-caiman.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-linksys-cobra.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-linksys-rango.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-linksys-shelby.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-linksys.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-synology-ds116.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-turris-omnia.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog-base.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog-pro.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-gp.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-helios4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-rd.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-38x-solidrun-microsom.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-38x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-390-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-390.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-395-gp.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-395.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-398-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-398.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-39x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-98dx3236.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-98dx3336.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-98dx4251.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-axpwifiap.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs305-1g-4s-bit.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs305-1g-4s.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs305-1g-4s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs326-24g-2s-bit.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs326-24g-2s.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs326-24g-2s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs328-4c-20s-4s-bit.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs328-4c-20s-4s.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-crs328-4c-20s-4s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-db-dxbc2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-db-xc3-24g4xg.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-gp.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-lenovo-ix4-300d.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-linksys-mamba.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-matrix.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-mv78230.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-mv78260.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-mv78460.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-netgear-rn2120.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-openblocks-ax3-4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp-synology-ds414.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-xp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-cubox-es.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-cubox.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-d2plug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-d3plug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-dove-db.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-sbc-a510.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-4i-edge-200.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-6192.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-6281.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-6282.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-98dx4122.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-b3.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-blackarmor-nas220.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-c200-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-cloudbox.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-d2net.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-db-88f6281.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-db-88f6282.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-db.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dir665.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dns320.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dns325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dnskw.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dockstar.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dreamplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds109.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds110jv10.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds111.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds112.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds209.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds210.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds212.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds212j.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds409.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds409slim.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds411.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds411j.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ds411slim.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-goflexnet.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-guruplug-server-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ib62x0.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-iconnect.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-iomega_ix2_200.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-is2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-km_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-km_fixedeth.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-km_kirkwood.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-l-50.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-laplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-6282.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-duo-6281.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-lsqvl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-lsvl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-lswsxl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-lswvl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation-lswxl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linksys-viper.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-lschlv2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-lsxhl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-lsxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-mplcec4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-mv88f6281gtw-ge.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nas2big.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-net2big.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-net5big.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-netgear_readynas_duo_v2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-netgear_readynas_nv+_v2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-netxbig.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2lite.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2max.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2mini.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310a.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310s.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa320.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa3x0-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openblocks_a6.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openblocks_a7.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openrd-base.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openrd-client.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openrd-ultimate.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openrd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-pogo_e02.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-pogoplug-series-4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rd88f6192.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rd88f6281-a.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rd88f6281-z0.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rd88f6281.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rs212.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rs409.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-rs411.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-sheevaplug-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-sheevaplug-esata.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-sheevaplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-synology.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-t5325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-topkick.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts219-6281.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts219-6282.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts219.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts419-6281.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts419-6282.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts419.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp2-brownstone.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp2-olpc-xo-1-75.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp3-dell-ariel.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/mvebu-linkstation-fan.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/mvebu-linkstation-gpio-simple.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-kuroboxpro.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lacie-d2-network.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lacie-ethernet-disk-mini-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-linkstation-lschl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-linkstation-lsgl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-linkstation-lswtgl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-linkstation.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lswsgl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-maxtor-shared-storage-2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-mv88f5181.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-mv88f5182.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-netgear-wnr854t.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-rd88f5182-nas.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/pxa168-aspenite.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/pxa168.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/pxa910-dkb.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/pxa910.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt2701-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt2701-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt2701.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6323.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6580-evbp1.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6580.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6582-prestigio-pmt5008-3g.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6582.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6589-aquaris5.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6589-fairphone-fp1.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6589.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6592-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt6592.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623a-rfb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623a-rfb-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623n-bananapi-bpi-r2.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623n-rfb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623n.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7629-rfb.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7629.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt8127-moose.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt8127.dtsi
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt8135-evbp1.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt8135.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/aks-cdu.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/animeo_ip.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-ariag25.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-ariettag25.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-cosino.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-cosino_mega2560.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-dvk_som60.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-dvk_su60_somc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-dvk_su60_somc_lcm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-foxg20.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-gatwick.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox2-2.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox2-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox3-hs.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizbox3_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-base.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-mb.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-kizboxmini-rd.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-linea.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-lmu5000.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-natte.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-nattis-2-natte-2.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-q5xr5.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-qil_a9260.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sam9_l9260.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sam9x60_curiosity.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sam9x60ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d27_som1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d27_som1_ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d27_wlsom1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d27_wlsom1_ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d2_icp.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d2_ptc_ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d2_xplained.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d3_eds.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d3_ksz9477_evb.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d3_xplained.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d4_ma5d4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d4_ma5d4evk.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d4_xplained.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d4ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama7g5ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-smartkiz.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-som60.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-tse850-3.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-vinco.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-wb45n.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-wb45n.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-wb50n.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-wb50n.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91rm9200.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91rm9200_pqfp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91rm9200ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9260.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9260ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9261.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9261ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9263.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9263ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g15.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g15ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g20.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g20ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g20ek_2mmc.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g20ek_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g25-gardena-smart-gateway.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g25.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g25ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g35ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g45.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9m10g45ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9n12.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9n12ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9rl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9rlek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x25.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x25ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x35ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_can.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_isi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_lcd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_macb0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_macb1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5_usart3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5cm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5dm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5ek.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9xe.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/ethernut5.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/evk-pro3.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/ge863-pro3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-kontron-kswitch-d10-mmt-8g.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-kontron-kswitch-d10-mmt.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-pcb8290.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-pcb8291.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x-pcb8309.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/lan966x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/mpa1600.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/pm9g45.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sam9x60.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d2-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d29.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d31.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d31ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d33.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d33ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d34.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d34ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d35ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d36.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d36ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d36ek_cmp.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_can.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_emac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_gmac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_lcd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_mci2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_tcb1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_uart.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xcm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xcm_cmp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xdm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xmb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xmb_cmp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xmb_emac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3xmb_gmac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama7g5-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama7g5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/tny_a9260.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/tny_a9260_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/tny_a9263.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/tny_a9g20.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9260.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9260_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9263.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9g20-dab-mmx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9g20.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9g20_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/usb_a9g20_lpw.dts
/freebsd/sys/contrib/device-tree/src/arm/moxa/moxart-uc7112lx.dts
/freebsd/sys/contrib/device-tree/src/arm/moxa/moxart.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-classic.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-clp.dts
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-cx.dts
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-tp.dts
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-common-npcm7xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-gbs.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-gsj-gpio.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-gsj.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-kudo.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-pincfg-evb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-runbmc-olympus-pincfg.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-runbmc-olympus.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-wpcm450.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114-asus-tf701t.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114-dalmore.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114-roth.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114-tn7.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-apalis-emc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-apalis-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-apalis-v1.2-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-apalis-v1.2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-apalis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-jetson-tk1-emc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-jetson-tk1.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big-emc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big-fhd.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-blaze-emc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-blaze.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-peripherals-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-venice2.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-acer-a500-picasso.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-asus-tf101.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-cpu-opp-microvolt.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-cpu-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-harmony.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-medcom-wide.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-paz00.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-peripherals-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-plutux.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-seaboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-tamonten.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-tec.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-trimslice.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-ventana.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-apalis-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-apalis-v1.1-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-apalis-v1.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-apalis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-lvds-display.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-E1565.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-PM269.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-maxim-pmic.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-memory-timings.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-ti-pmic.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-tilapia-E1565.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-tilapia-memory-timings.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-tilapia.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-tf201.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-tf300t.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-tf300tg.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-tf700t.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-transformer-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-beaver.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-cardhu-a02.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-cardhu-a04.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-cardhu.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-cpu-opp-microvolt.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-cpu-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-ouya.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-pegatron-chagall.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-peripherals-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/e60k02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/e70k02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1-ads.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1-apf9328.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-eukrea-cpuimx25.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-eukrea-mbimxsd25-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-karo-tx25.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-pdk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx25.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-apf27.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-apf27dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-eukrea-cpuimx27.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-pdk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-phytec-phycard-s-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-phytec-phycard-s-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-phytec-phycore-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-phytec-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx31-bug.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx31-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx31.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35-eukrea-cpuimx35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35-eukrea-mbimxsd35-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35-pdk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx50-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx50-kobo-aura.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx50-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx50.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-apf51.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-apf51dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-babbage.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-digi-connectcore-jsk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-digi-connectcore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-eukrea-cpuimx51.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-eukrea-mbimxsd51-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-ts4800.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-zii-rdu1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-zii-scu2-mezz.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-zii-scu3-esb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-ard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-cx9020.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-kp-ddc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-kp-hsc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-kp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-m53.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-m53evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-m53menlo.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-mba53.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-ppd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-qsb-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-qsb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-qsrb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-sk-imx53.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-smd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tqma53.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tx53-x03x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tx53-x13x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tx53.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-usbarmory.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-voipac-bsb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-voipac-dmm-668.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6-logicpd-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6-logicpd-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-alti6p.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-apf6dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos2_4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos2_7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos_4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos_7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b105pv2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b105v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b125pv2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b125v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b155v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b1x5pv2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-b1x5v2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-colibri-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-colibri-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-cubox-i-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-cubox-i-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-cubox-i.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-dfi-fs700-m60.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-dhcom-picoitx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-eckelmann-ci4x10.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-emcon-avari.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw51xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw52xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw53xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw54xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw551x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw552x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw553x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw560x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5903.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5904.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5907.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5910.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5912.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-gw5913.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard2-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard2-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-hummingboard2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-icore-mipi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-icore-rqs.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-icore.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-lanmcu.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-mamoj.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-mba6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-mba6a.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-mba6b.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-nit6xlite.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-nitrogen6x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-phytec-mira-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-phytec-pbab01.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-phytec-pfla02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-pico-dwarf.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-pico-hobbit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-pico-nymph.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-pico-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-plybas.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-plym2m.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-prtmvt.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-prtrvt.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-prtvt7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-qmx6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-rex-basic.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-riotboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-sabreauto.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-sabrelite.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-sabresd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-savageboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-skov-revc-lt2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-skov-revc-lt6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-solidsense.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tqma6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tqma6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-ts4900.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-ts7970.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6dl-comtft.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6s-8034-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6s-8034.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6s-8035-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6s-8035.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-801x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-8033-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-8033.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-80xx-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-811x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-tx6u-81xx-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-udoo.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-victgo.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-vicut1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-wandboard-revb1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-wandboard-revd1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-wandboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-draco.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-hydra.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-lynx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-orion.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-phoenix.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-ursa.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp43-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-ixora-v1.1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-ixora-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-ixora.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apf6dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-arm2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-b450v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-b650v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-b850v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-ba16.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-bosch-acc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-bx50v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-cm-fx6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-cubox-i-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-cubox-i-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-cubox-i.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-dfi-fs700-m60.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-dhcom-pdk2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-display5-tianma-tm070-1280x768.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-display5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-dmo-edmqmx6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-dms-ba16.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-ds.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-emcon-avari.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-evi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gk802.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw51xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw52xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw53xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5400-a.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw54xx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw551x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw552x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw553x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw560x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5903.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5904.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5907.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5910.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5912.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-gw5913.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-h100.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard2-emmc-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard2-som-v15.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-hummingboard2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-icore-mipi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-icore-ofcap10.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-icore-ofcap12.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-icore-rqs.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-icore.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kp-tpc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-logicpd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-marsboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-mba6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-mba6a.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-mba6b.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-mccmon6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-nitrogen6_max.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-nitrogen6_som2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-nitrogen6x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-novena.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-phytec-mira-rdk-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-phytec-mira-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-phytec-pbab01.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-phytec-pfla02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pico-dwarf.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pico-hobbit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pico-nymph.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pico-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pistachio.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-prti6q.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-prtwd2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-rex-pro.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-sabreauto.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-sabrelite.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-sabresd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-savageboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-sbc6x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-skov-revc-lt2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-skov-revc-lt6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-solidsense.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tbs2910.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tqma6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tqma6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-ts4900.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-ts7970.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1010-comtft.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1010.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1020-comtft.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1020.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1036-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1036.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-10x0-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-1110.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tx6q-11x0-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-udoo.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-utilite-pro.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-var-dt6customboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-vicut1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-wandboard-revb1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-wandboard-revd1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-wandboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-yapp4-crux.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-yapp4-pegasus.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-zii-rdu2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-apalis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-apf6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-apf6dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-aristainetos.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-aristainetos2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-cubox-i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-dfi-fs700-m60.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-dhcom-drc02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-dhcom-pdk2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-dhcom-picoitx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-ds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-emcon-avari.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-emcon.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw51xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw52xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw53xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw54xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw551x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw552x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw553x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw560x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5903.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5904.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5907.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5910.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5912.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5913.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-hummingboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-hummingboard2-emmc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-hummingboard2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-icore-1.5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-icore-rqs.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-icore.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nit6xlite.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6_max.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6_som2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-mira-peb-av-02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-mira-peb-eval-01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-mira-peb-wlbt-05.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-mira.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-pbab01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-pfla02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-pico-dwarf.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-pico-hobbit.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-pico-nymph.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-pico-pi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-pico.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-prti6q.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-rex.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabreauto.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabrelite.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabresd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-savageboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-skov-cpu-revc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-skov-cpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-skov-revc-lt2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-solidsense.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sr-som-brcm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sr-som-emmc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sr-som-ti.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sr-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-ts4900.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-ts7970.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6-lcd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6-lvds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6-mb7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-udoo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-var-dart.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-vicut1-12inch.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-vicut1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-wandboard-revb1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-wandboard-revc1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-wandboard-revd1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-wandboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-zii-rdu2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-mba6b.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-nitrogen6_max.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-nitrogen6_som2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-phytec-mira-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-prtwd3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-sabreauto.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-sabresd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-tqma6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-tx6qp-8037-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-tx6qp-8037.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-tx6qp-8137-mb7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-tx6qp-8137.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-vicutp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-wandboard-revd1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-yapp4-crux-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-yapp4-pegasus-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-zii-rdu2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6s-dhcom-drc02.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-kobo-aura2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-tolino-shine2hd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-tolino-shine3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-tolino-vision.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-tolino-vision5.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-warp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll-kobo-clarahd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll-kobo-librah2o.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-nitrogen6sx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sabreauto.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb-mqs.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb-reva.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb-sai.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-softing-vining-2000.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-udoo-neo-basic.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-udoo-neo-extended.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-udoo-neo-full.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-udoo-neo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-14x14-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-14x14-evk.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsbcexpress.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsbcpro.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsom.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-geam.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-isiot-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-isiot-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-isiot.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-bl-43.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-bl-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-bl.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-sl-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-sl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-liteboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-litesom.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-opos6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-opos6uldev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-ff-rdk-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-ff-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-peb-av-02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-peb-eval-01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-peb-wlbt-05.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico-dwarf.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico-hobbit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-prti6g.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul1-mba6ulx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul2-mba6ulx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul2l-mba6ulx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul2l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ulx-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ulxl-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul-0010.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul-0011.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul-mainboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-14x14-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-aster.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-emmc-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-emmc-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-emmc-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-emmc-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-emmc-nonwifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-eval-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-iris-v2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-iris.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-nonwifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-wifi-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-wifi-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-wifi-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-wifi-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-wifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-drc02.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-pdk2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-picoitx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-som-cfg-sdcard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcor-maveo-box.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcor-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-jozacp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-kontron-bl.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-kontron-sl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-myir-mys-6ulx-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-myir-mys-6ulx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-opos6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-opos6uldev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-ff-rdk-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-ff-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-lc-rdk-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-peb-av-02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-peb-eval-01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin-peb-wlbt-05.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-segin.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-tauri-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-tauri-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-phytec-tauri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-pinfunc-snvs.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-master.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-micro.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-slave.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-slavext.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tqma6ull2-mba6ulx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tqma6ull2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tqma6ull2l-mba6ulx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tqma6ull2l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ulz-14x14-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ulz-bsh-smm-m2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ulz.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri-aster.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri-eval-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri-iris-v2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri-iris.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-mba7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-tqma7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-cl-som-imx7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-emmc-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-emmc-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-emmc-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-emmc-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-emmc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-flex-concentrator-mfg.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-flex-concentrator.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-mba7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-meerkat96.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-nitrogen7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico-dwarf.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico-hobbit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico-nymph.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-remarkable2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sbc-imx7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb-reva.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb-sht11.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-smegw01.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-tqma7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-zii-rmu2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-zii-rpu2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri-aster.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-mba7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-tqma7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-warp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7ulp-com.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7ulp-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7ulp-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7ulp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imxrt1050-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imxrt1050-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imxrt1050.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imxrt1170-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/mba6ulx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc18xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc3250-ea3250.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc3250-phy3250.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc32xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4337-ciaa.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4350-hitex-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4350.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4357-ea4357-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4357-myd-lpc4357.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4357.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a-iot.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a-moxa-uc-8410a.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a-qds.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a-tsn.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a-twr.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-olinuxino.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-sansa.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-stmp378x_devb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-xfi3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-apf28.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-apf28dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-apx4devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10036.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10037.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10049.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10055.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10056.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10057.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10058.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-duckbill-2-485.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-duckbill-2-enocean.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-duckbill-2-spi.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-duckbill-2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-duckbill.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-eukrea-mbmx283lc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-eukrea-mbmx287lc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-eukrea-mbmx28lc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-lwe.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-m28.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-m28cu3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-m28evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-sps1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-ts4600.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-tx28.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-xea.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/mxs-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf-colibri-eval-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf500-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf500-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-bk4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-cosmic.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-twr.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-cfu1.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-dev-rev-b.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-dev-rev-c.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-scu4-aib.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-spb4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-ssmb-dtu.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610-zii-ssmb-spu3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610m4-colibri.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610m4-cosmic.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vf610m4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/vfxxx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8016-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-asus-sparrow.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-huawei-sturgeon.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-lg-lenok.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-samsung-matisse-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8060-dragonboard.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-asus-nexus7-flo.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-cm-qs600.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-ifc6410.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-pins.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-sony-xperia-lagan-yuga.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-v2.0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8074-dragonboard.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8084-ifc6540.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8084-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8084.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-ap120c-ac-bit.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-ap120c-ac.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-ap120c-ac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-jalapeno.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk01.1-c1.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk01.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk04.1-c1.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk04.1-c3.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk04.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1-c1.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1-c2.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8062-smb208.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8062.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-ap148.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-rb3011.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-smb208.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-v1.0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-v2.0-smb208.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-v2.0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8065-smb208.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8065.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-mdm9615-wp8548-mangoh-green.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-mdm9615-wp8548.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-mdm9615.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226-samsung-s3ve3g.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8660-surf.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8660.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-samsung-e5.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-samsung-e7.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-samsung-grandmax.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-samsung-serranove.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-smp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960-cdp.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960-samsung-expressatt.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-honami.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-sony-xperia-rhine.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-fairphone-fp2.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-oneplus-bacon.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-samsung-klte.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pm8226.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pm8841.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pm8941.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pma8084.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pmx55.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-pmx65.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx55-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx55-t55.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx55-telit-fn980-tlb.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx55.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx65-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx65.dtsi
/freebsd/sys/contrib/device-tree/src/arm/realtek/rtd1195-horseradish.dts
/freebsd/sys/contrib/device-tree/src/arm/realtek/rtd1195-mele-x1000.dts
/freebsd/sys/contrib/device-tree/src/arm/realtek/rtd1195.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/emev2-kzm9d.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/emev2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/gr-peach-audiocamerashield.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/iwg20d-q7-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/iwg20d-q7-dbcm-ca.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s72100-genmai.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s72100-gr-peach.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s72100-rskrza1.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s72100.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s9210-rza2mevb.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s9210.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a73a4-ape6evm.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a73a4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7740-armadillo800eva.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7740.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742-iwg21d-q7-dbcm-ca.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742-iwg21d-q7.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742-iwg21m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743-iwg20d-q7-dbcm-ca.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743-iwg20d-q7.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743-iwg20m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743-sk-rzg1m.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7744-iwg20d-q7-dbcm-ca.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7744-iwg20d-q7.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7744-iwg20m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7744.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745-iwg22d-sodimm-dbhd-ca.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745-iwg22d-sodimm.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745-iwg22m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745-sk-rzg1e.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a77470-iwg23s-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a77470.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7778-bockw.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7778.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7779-marzen.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7779.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7790-lager.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7790-stout.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7790.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7791-koelsch.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7791-porter.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7791.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7792-blanche.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7792-wheat.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7792.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7793-gose.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7793.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7794-alt.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7794-silk.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7794.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a77xx-aa121td01-panel.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r9a06g032-rzn1d400-db.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r9a06g032.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/sh73a0-kzm9g.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/sh73a0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3036-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3036-kylin.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3036.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a-bqcurie2.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a-marsboard.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a-mk808.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a-rayeager.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3128-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3128.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3188-bqedison2qc.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3188-px3-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3188-radxarock.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3188.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3228-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3229-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3229-xms6.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3229.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk322x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-evb-act8846.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-evb-rk808.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-evb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly-beta.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly-reload-core.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly-reload.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-miqi.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-phycore-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-popmetal.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-r89.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-rock-pi-n8.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-rock2-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-rock2-square.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-tinker-s.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-tinker.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-tinker.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-analog-audio.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-brain.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-broadcom-bluetooth.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-chromebook.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-edp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-fievel.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-jaq.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-jerry.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-mickey.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-mighty.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-minnie.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-pinky.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-sdmmc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-speedy.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron-tiger.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-veyron.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-vmarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-vyasa.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3xxx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rockchip-radxa-dalang-carrier.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1108-elgin-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1108-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1108.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-edgeble-neu2-io.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-edgeble-neu2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos-mfc-reserved-memory.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos-pinctrl.h
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos-syscon-restart.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250-artik5-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250-artik5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250-monk.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250-rinato.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4-cpu-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-i9100.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-origen.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-smdkv310.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-trats.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-universal_c210.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4212.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-galaxy-s3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-i9300.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-i9305.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-itop-elite.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-itop-scp-core.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-midas.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-n710x.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-odroid-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-odroidu3.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-odroidx.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-odroidx2.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-origen.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-p4note-n8010.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-p4note.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-ppmu-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-prime.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-smdk4412.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-tiny4412.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-trats2.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4x12-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4x12.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-arndale.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-smdk5250.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-snow-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-snow-rev5.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-snow.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250-spring.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5260-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5260-xyref5260.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5260.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5410-odroidxu.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5410-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5410-smdk5410.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5410.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-arndale-octa.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-chagall-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-cpus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-galaxy-tab-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-klimt-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-peach-pit.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-smdk5420.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-trip-points.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-cpus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroid-core.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidhc1.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu3-audio.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu3-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu3-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu3.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu4.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-samsung-k3g.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos54xx-odroidxu-leds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos54xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5800-peach-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5800.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c6400.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c6410-mini6410.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c6410-smdk6410.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c6410.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c64xx-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c64xx-pinctrl.h
/freebsd/sys/contrib/device-tree/src/arm/samsung/s3c64xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-aquila.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-aries.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-fascinate4g.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-galaxys.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-goni.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-pinctrl.h
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-smdkc110.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-smdkv210.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210-torbreck.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity-breadbee-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity-msc313-breadbee_crust.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity-msc313.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd201-som2d01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-100ask-dongshanpione.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-miyoo-mini.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-ssd201htv2.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-unitv2.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-wirelesstag-ido-sbc2d06-v1b-22w.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d-wirelesstag-ido-som2d01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd202d.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m-ssd20xd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity2m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity3-msc313e-breadbee.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity3-msc313e.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-infinity3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-mercury5-ssc8336n-midrived08.dts
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-mercury5-ssc8336n.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-mercury5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/mstar-v7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/milbeaut-m10v-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/milbeaut-m10v.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-ld4-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-ld4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-ld6b-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-ld6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro4-ace.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro4-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro4-sanji.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro5-epcore.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro5-proex.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pro5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pxs2-gentil.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pxs2-vodka.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-pxs2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-ref-daughter.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-sld8-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-sld8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/socionext/uniphier-support-card.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear1310-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear1310.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear1340-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear1340.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear13xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear300-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear300.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear310-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear310.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear320-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear320-hmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear320.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear320s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear3xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/spear600-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/st/spear600.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/st-pincfg.h
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ab8500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ab8505.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-db8500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-db8520.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-db9500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-dbx5x0-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-dbx5x0.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href-ab8500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href-family-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href-stuib.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href-tvk1281618-r2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href-tvk1281618-r3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-href520-tvk.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefprev60-stuib.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefprev60-tvk.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefprev60.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefv60plus-stuib.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefv60plus-tvk.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-hrefv60plus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-nomadik-nhk15.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-nomadik-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-nomadik-s8815.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-nomadik-stn8815.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/ste-snowball.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-codina-tmo.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-codina.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-gavini.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-golden.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-janice.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-kyle.dts
/freebsd/sys/contrib/device-tree/src/arm/st/ste-ux500-samsung-skomer.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-b2120.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-clock.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-family.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih407.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih410-b2120.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih410-b2260.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih410-clock.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih410-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih410.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih418-b2199.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih418-b2264.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stih418-clock.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih418.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stihxxx-b2120.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32429i-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32746g-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f4-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f429-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f429-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f429.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f469-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f469-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f469.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f7-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f746-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f746-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f746.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f769-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f769-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h7-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h743.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h743i-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h743i-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h750.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32h750i-art-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp131.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp133.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp135.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp135f-dk.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13xc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13xf.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15-scmi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-dhcor-testbench.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1a.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1c.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1s.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp153.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp153c-dhcom-drc02.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp153c-dhcor-drc-compact.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-avenger96.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-dhcor-avenger96.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-dk1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-dk1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-icore-stm32mp1-ctouch2-of10.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-icore-stm32mp1-ctouch2.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-icore-stm32mp1-edimm2.2.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-icore-stm32mp1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-iot-box.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-microgea-stm32mp1-microdev2.0.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-microgea-stm32mp1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-stinger96.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-stinger96.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-dhcom-pdk2.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-dhcom-picoitx.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-dk2-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-dk2.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ed1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ed1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-emsbc-argon.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-emstamp-argon.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ev1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ev1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-lxa-mc1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-odyssey-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-odyssey.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-phycore-stm32mp1-3.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-phycore-stm32mp15-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcom-drc02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcom-pdk2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcom-picoitx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcor-avenger96.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcor-drc-compact.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcor-io1v8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcor-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcor-testbench.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dkx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-osd32.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xxaa-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xxab-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xxac-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xxad-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sunplus/sunplus-sp7021-achip.dtsi
/freebsd/sys/contrib/device-tree/src/arm/sunplus/sunplus-sp7021-demo-v3.dts
/freebsd/sys/contrib/device-tree/src/arm/sunplus/sunplus-sp7021.dtsi
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2-sony-nsz-gs7.dts
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2cd-google-chromecast.dts
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2cd-valve-steamlink.dts
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2cd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2q-marvell-dmp.dts
/freebsd/sys/contrib/device-tree/src/arm/synaptics/berlin2q.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850-enbw-cmc.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850-lcdk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850-lego-ev3.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-ice.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir2110.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir3220.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir5221.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-leds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-base0033.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bone-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bone.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblack-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblack-hdmi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblack-wireless.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblack.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblue.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bonegreen-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bonegreen-wireless.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bonegreen.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-chiliboard.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-chilisom.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-cm-t335.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-evmsk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-guardian.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-icev2.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-igep0033.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-lxm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-moxa-uc-2100-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-moxa-uc-2101.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-moxa-uc-8100-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-moxa-uc-8100-me-t.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-myirtech-myc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-myirtech-myd.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-nano.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcan-plus-1xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcom-plus-2xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcom-plus-8xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-osd3358-sm-red.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-osd335x-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pcm-953.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pdu001.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pepper.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-phycore-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pocketbeagle.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-regor-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-regor.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe-extended-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sbc-t335.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-shc.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sl50.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-wega-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-wega.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am33xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am33xx-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am33xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517-craneboard.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517-evm-ui.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517_mt_ventoux.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am35xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3703.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3715.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3874-iceboard.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am4372.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-cm-t43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-gp-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-idk-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-sbc-t43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-sk-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am43x-epos-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am43xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57-pruss.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am5718.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am571x-idk-touchscreen.dtso
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am571x-idk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am5728.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am5729-beagleboneai.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am572x-idk-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am572x-idk-touchscreen.dtso
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am572x-idk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am5748.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am574x-idk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-beagle-x15-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-beagle-x15-revb1.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-beagle-x15-revc.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-beagle-x15.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-cl-som-am57x.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-commercial-grade.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-evm.dtso
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-idk-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-idk-lcd-osd101t2045.dtso
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-idk-lcd-osd101t2587.dtso
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-industrial-grade.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-sbc-am57x.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/compulab-sb-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm3725.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm8148-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm8148-t410.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm814x-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm814x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm8168-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm816x-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dm816x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra62x-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra62x-j5eco-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra62x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-dspeve-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-evm-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-ipu-dsp-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-iva-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-mmc-iodelay.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra71-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra71x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72-evm-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72-evm-revc.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72-evm-tps65917.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72x-mmc-iodelay.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra72x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra74-ipu-dsp-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra74x-mmc-iodelay.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra74x-p.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra74x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra76-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra76x-mmc-iodelay.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra76x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/elpida_ecb240abacn.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-som-lv-35xx-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-som-lv-37xx-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-som-lv-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-som-lv.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-35xx-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-37xx-devkit-28.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-37xx-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/motorola-cpcap-mapphone.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/motorola-mapphone-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap-gpmc-smsc911x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap-gpmc-smsc9221.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap-zoom-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-h4.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-n800.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-n810-wimax.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-n810.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420-n8x0-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2420.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2430-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2430-sdp.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap2430.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap24xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-beagle-ab4.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-beagle-xm-ab.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-beagle-xm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-beagle.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cm-t3517.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cm-t3530.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cm-t3730.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cm-t3x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cm-t3x30.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-cpu-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000-lcd-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000-lcd43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000-lcd70.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-echo.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-evm-37xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-evm-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-evm-processor-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-gta04.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-gta04a3.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-gta04a4.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-gta04a5.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-gta04a5one.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-ha-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-ha-lcd.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-ha.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0020-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0020-rev-f.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0020.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0030-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0030-rev-g.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-igep0030.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-ldp.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-lilly-a83x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-lilly-dbb056.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-n9.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-n900.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-n950-n9.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-n950.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-alto35-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-alto35.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-base.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-chestnut43-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-chestnut43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-common-dvi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-common-lcd35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-common-lcd43.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-common-peripherals.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-gallop43-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-gallop43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-palo35-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-palo35.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-palo43-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-palo43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-alto35.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-chestnut43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-gallop43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-palo35.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-palo43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-summit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-tobi.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-tobiduo.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-summit-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-summit.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-tobi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-tobi.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-tobiduo-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-tobiduo.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-pandora-1ghz.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-pandora-600mhz.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-pandora-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-panel-sharp-ls037v7dw01.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-sb-t35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-sbc-t3517.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-sbc-t3530.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-sbc-t3730.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-sniper.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-tao3530.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-thunder.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-zoom3.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3430-sdp.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3430es1-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap34xx-omap36xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap34xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-omap3430es2plus-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3xxx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-cpu-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-droid-bionic-xt875.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-droid4-xt894.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-duovero-parlor.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-duovero.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-epson-embt2ws.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-kc1.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-l4-abe.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-mcpdm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-panda-a4.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-panda-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-panda-es.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-panda.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-sdp-es23plus.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-sdp.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-var-dvk-om44.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-var-om44customboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-var-som-om44-wlan.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-var-som-om44.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-var-stk-om44.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap443x-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap443x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4460.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap446x-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap44xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-board-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-cm-t54.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-core-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-gpu-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-igep0050.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-l4-abe.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-sbc-t54.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-uevm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap54xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl4030.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl4030_omap3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl6030.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl6030_omap4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/unisoc/rda8810pl-orangepi-2g-iot.dts
/freebsd/sys/contrib/device-tree/src/arm/unisoc/rda8810pl-orangepi-i96.dts
/freebsd/sys/contrib/device-tree/src/arm/unisoc/rda8810pl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/vt8500-bv07.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/vt8500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8505-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8505.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8650-mid.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8650.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8750-apc8750.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8750.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8850-w70v2.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8850.dtsi
/freebsd/sys/contrib/device-tree/src/arm/xen/xenvm-4.2.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-7000.dtsi
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-cc108.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-ebaz4205.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-microzed.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-parallella.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc702.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc706.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc770-xm010.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc770-xm011.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc770-xm012.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zc770-xm013.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zed.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zturn-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zturn-v5.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zturn.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zybo-z7.dts
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zybo.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-bananapi-m2-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-emlid-neutis-n5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-libretech-all-h3-cc.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-libretech-all-h3-it.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/altera/socfpga_stratix10_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/altera/socfpga_stratix10_socdk_nand.dts
/freebsd/sys/contrib/device-tree/src/arm64/amazon/alpine-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-c3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-a1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-axg.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-shadowcat.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-storm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2711-rpi-4-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2711-rpi-400.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2711-rpi-cm4-io.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2837-rpi-3-a-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2837-rpi-3-b-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2837-rpi-3-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2837-rpi-cm3-io3.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2837-rpi-zero-2-w.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4908.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4912.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm63146.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm63158.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6813.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6856.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6858.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ns2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/stingray-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/stingray.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos7.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos7885.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos850.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1028a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1043a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1046a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls2080a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls2088a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-emtop-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-emtop-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-evk.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-evkb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phg.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phyboard-polis-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-tqma8mqml.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw700x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw7901.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw7902.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw7903.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw7904.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-beacon-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-var-som-symphony.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-var-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-venice-gw7902.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-beacon-kit.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-pdk2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-pdk3.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-msc-sm2s-ep1.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw702x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw74xx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw7905-2x.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw7905.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-mnt-reform2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-tqma8mq-mba8mx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-zii-ultra.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8ulp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-11x11-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32v234.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi3660.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi6220.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hikey-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hikey960-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hikey970-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip05.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip06.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip07.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ac5-98dx25xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-3720-espressobin-ultra.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-8040-mcbin.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-8040-puzzle-m801.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-ap806-dual.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-ap806-quad.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-ap807-quad.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-cp11x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt2712-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6331.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6755-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6779-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6795-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6795-sony-xperia-m5.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6795.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6797-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6797-x20-dev.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622-bananapi-bpi-r64.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622-rfb1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-rfb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986b-rfb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8167-pumpkin.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm-hana-rev7.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm-hana.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-burnet.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-damu.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kakadu-sku22.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kakadu.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kodama-sku16.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kodama-sku272.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kodama-sku288.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-krane-sku0.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-krane-sku176.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada-hayato-r1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8365-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8365.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb134_board.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb135_board.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb_common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1-iot-512m.dts
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1-som-256m.dts
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210-smaug.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3701-0000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3701-0008.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3737-0000+p3701-0000.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3737-0000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3740-0002+p3701-0008.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3740-0002.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3767-0005.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3767.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000+p3767-0000.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000+p3767-0005.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8016-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8039-t2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8096-db820c.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8096-ifc6640.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5332-rdp441.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5332-rdp442.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5332-rdp474.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5332.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq6018.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq8074.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574-rdp418.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574-rdp433.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574-rdp449.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574-rdp453.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574-rdp454.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-acer-a1-724.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-alcatel-idol347.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-asus-z00l.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-gplus-fl8005a.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-huawei-g7.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-longcheer-l8150.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-longcheer-l8910.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-pm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a2015-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a3u-eur.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a5u-eur.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-e2015-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-grandmax.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-gt5-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-gt510.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-gt58.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-j5-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-serranove.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-thwc-uf896.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-thwc-ufi001c.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-ufi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-wingtech-wt88047.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-yiming-uz801v3.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-pm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-sony-xperia-kanuti-tulip.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8976.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8994.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-oneplus-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-sony-xperia-tone.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-xiaomi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-xiaomi-gemini.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996pro-xiaomi-natrium.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996pro.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998-oneplus-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm7250b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8953.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8998.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmi632.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmi8998.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmk8350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmk8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcm2290.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs404-evb-4000.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qdu1000-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qdu1000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qrb4210-rb2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qrb5165-rb5.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8155p-adp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8540p-ride.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8540p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-ride.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-acer-aspire1.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-parade-ps8640.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-quackingstick-r0.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-quackingstick.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-ti-sn65dsi86.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-wormdingler-rev1-boe.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-wormdingler.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-herobrine.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-lenovo-flex-5g.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-primus.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp-crd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sda660-inforce-ifc6560.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm630-sony-xperia-nile.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm630.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm632-fairphone-fp3.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm660.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm670.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-cheza.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-db845c.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-oneplus-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-oneplus-enchilada.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-oneplus-fajita.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-shift-axolotl.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-sony-xperia-tama.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-xiaomi-beryllium-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-xiaomi-polaris.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm850-lenovo-yoga-c630.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdx75-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdx75.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm4250-oneplus-billie2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115-fxtec-pro1x.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115p-lenovo-j606f.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6125-xiaomi-laurel-sprout.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6125.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6375.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm7225-fairphone-fp4.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8150-sony-xperia-kumano.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8150.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250-sony-xperia-edo.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250-xiaomi-elish-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8350-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-qrd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd1293.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd1295.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd1296.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd1395.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd16xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774a1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774b1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774c0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774e1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77951.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77960.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77961.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77965.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77980.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77990.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779a0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044c2-smarc-cru-csi-ov5645.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g054.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g054l2-smarc-cru-csi-ov5645.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2l-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2lc-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ulcb-kf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/px30.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308-roc-cc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308-rock-pi-s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3328-nanopi-r2c-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-eaidk-610.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-nanopi4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-4c-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4b-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399pro-rock-pi-n10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353ps.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rgxx3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-box-demo.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-lubancat-1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-pinenote.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-quartz64-a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-quartz64-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-radxa-cm3-io.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-roc-pc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-soquartz.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-bpi-r2-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-evb1-v10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r66s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r66s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r68s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-lubancat-2.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-nanopi-r5s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-odroid-m1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-radxa-cm3i.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-rock-3a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk356x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6b-io.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-evb1-v10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-rock-5b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588j.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-indiedroid-nova.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/socionext/uniphier-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/socionext/uniphier-ref-daughter.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/socionext/uniphier-support-card.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp251.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp253.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp255.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp257.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp257f-ev1.dts
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25xc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25xf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25xxai-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25xxak-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25xxal-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/berlin4ct.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-lp-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-dahlia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-nonwifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-wifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-yavia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-beagleplay.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-phyboard-lyra-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-nonwifi-dahlia.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-nonwifi-dev.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-nonwifi-yavia.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-wifi-dahlia.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-wifi-dev.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-wifi-yavia.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a7-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-evm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-phyboard-electra-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6528-iot2050-basic-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-base-board-rocktech-rk101-panel.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-base-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-m2.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am68-sk-base-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am68-sk-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am69-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-evm-quad-port-eth-exp.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-beagleboneai64.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-evm-quad-port-eth-exp.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-evm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/avnet-ultra96-rev1.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-clk-ccf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sck-kv-g-revA.dtso
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sck-kv-g-revB.dtso
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sm-k26-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-smk-k26-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1232-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1254-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm015-dc1.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm016-dc2.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm017-dc3.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm018-dc4.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm019-dc5.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu100-revC.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-rev1.0.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-rev1.1.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-revB.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu104-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu104-revC.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu106-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu111-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu1275-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ci20.dts
/freebsd/sys/contrib/device-tree/src/mips/ingenic/jz4725b.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ingenic/jz4740.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ingenic/jz4770.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ingenic/qi_lb60.dts
/freebsd/sys/contrib/device-tree/src/mips/ingenic/x1000.dtsi
/freebsd/sys/contrib/device-tree/src/mips/loongson/loongson64-2k1000.dtsi
/freebsd/sys/contrib/device-tree/src/mips/loongson/ls7a-pch.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mscc/serval_common.dtsi
/freebsd/sys/contrib/device-tree/src/mips/pic32/pic32mzda.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ralink/mt7621-tplink-hc220-g5-v1.dts
/freebsd/sys/contrib/device-tree/src/mips/ralink/mt7628a.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/turris1x.dts
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/sunxi-d1s-t113.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7100.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-starfive-visionfive-2.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-lichee-module-4a.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-lichee-pi-4a.dts
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520.dtsi
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb_il.c
/freebsd/sys/contrib/openzfs/cmd/zhack.c
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/zpool_vdev_os.c
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/cmd/ztest.c
/freebsd/sys/contrib/openzfs/config/kernel-filemap.m4
/freebsd/sys/contrib/openzfs/config/kernel-mm-page-size.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-file_range.m4
/freebsd/sys/contrib/openzfs/config/kernel.m4
/freebsd/sys/contrib/openzfs/include/libzfs.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/Makefile.am
/freebsd/sys/contrib/openzfs/include/os/linux/Makefile.am
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/mm_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/mod_compat.h
/freebsd/sys/contrib/openzfs/include/sys/abd.h
/freebsd/sys/contrib/openzfs/include/sys/abd_impl.h
/freebsd/sys/contrib/openzfs/include/sys/dmu.h
/freebsd/sys/contrib/openzfs/include/sys/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/spa.h
/freebsd/sys/contrib/openzfs/include/sys/uberblock_impl.h
/freebsd/sys/contrib/openzfs/include/sys/zap.h
/freebsd/sys/contrib/openzfs/include/sys/zap_impl.h
/freebsd/sys/contrib/openzfs/include/sys/zap_leaf.h
/freebsd/sys/contrib/openzfs/include/sys/zio_impl.h
/freebsd/sys/contrib/openzfs/lib/libzdb/libzdb.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs.abi
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_pool.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_util.c
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/man/man8/zpool-add.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-events.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-status.8
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file_range.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/zfs/abd.c
/freebsd/sys/contrib/openzfs/module/zfs/arc.c
/freebsd/sys/contrib/openzfs/module/zfs/bpobj.c
/freebsd/sys/contrib/openzfs/module/zfs/brt.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_recv.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_send.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_traverse.c
/freebsd/sys/contrib/openzfs/module/zfs/dnode.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_bookmark.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_deadlist.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_destroy.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_pool.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_scan.c
/freebsd/sys/contrib/openzfs/module/zfs/metaslab.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_errlog.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_log_spacemap.c
/freebsd/sys/contrib/openzfs/module/zfs/uberblock.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_mirror.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_raidz.c
/freebsd/sys/contrib/openzfs/module/zfs/zap.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_leaf.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_ioctl.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd/sys/contrib/openzfs/module/zfs/zil.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/module/zfs/zio_checksum.c
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_common.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_corner_cases.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/add-o_ashift.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/add_prop_ashift.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add--allow-ashift-mismatch.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_002_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_004_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_005_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_009_neg.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_010_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/cp_files_002_pos.ksh
/freebsd/sys/contrib/openzfs/udev/zvol_id.c
/freebsd/sys/ddb/db_command.c
/freebsd/sys/ddb/db_ctf.c
/freebsd/sys/ddb/db_ctf.h
/freebsd/sys/ddb/db_pprint.c
/freebsd/sys/ddb/ddb.h
/freebsd/sys/dev/acpica/acpi_hpet.c
/freebsd/sys/dev/cxgbe/adapter.h
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/cxgbe/t4_sge.c
/freebsd/sys/dev/cxgbe/tom/t4_cpl_io.c
/freebsd/sys/dev/cxgbe/tom/t4_ddp.c
/freebsd/sys/dev/cxgbe/tom/t4_tls.c
/freebsd/sys/dev/cxgbe/tom/t4_tom.c
/freebsd/sys/dev/cxgbe/tom/t4_tom.h
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c.c
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c.h
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c_acpi.c
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c_fdt.c
/freebsd/sys/dev/netmap/netmap_generic.c
/freebsd/sys/dev/netmap/netmap_kern.h
/freebsd/sys/dev/nvme/nvme.h
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/dev/nvme/nvme_private.h
/freebsd/sys/dev/sound/pci/hdspe-pcm.c
/freebsd/sys/dev/sound/pci/hdspe.h
/freebsd/sys/dev/sound/pcm/buffer.c
/freebsd/sys/dev/sound/pcm/dsp.c
/freebsd/sys/dev/sound/pcm/dsp.h
/freebsd/sys/dev/sound/pcm/mixer.c
/freebsd/sys/dev/sound/pcm/sndstat.c
/freebsd/sys/dev/sound/pcm/sound.c
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/sound/usb/uaudio.c
/freebsd/sys/dev/uart/uart_cpu_acpi.c
/freebsd/sys/dev/uart/uart_cpu_acpi.h
/freebsd/sys/dev/uart/uart_cpu_arm64.c
/freebsd/sys/dev/uart/uart_cpu_x86.c
/freebsd/sys/dev/virtio/network/if_vtnet.c
/freebsd/sys/dev/wg/if_wg.c
/freebsd/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
/freebsd/sys/fs/devfs/devfs_vnops.c
/freebsd/sys/fs/nfsserver/nfs_nfsdserv.c
/freebsd/sys/fs/tarfs/tarfs_vfsops.c
/freebsd/sys/fs/unionfs/union_vnops.c
/freebsd/sys/i386/i386/npx.c
/freebsd/sys/kern/init_main.c
/freebsd/sys/kern/kern_ctf.c
/freebsd/sys/kern/kern_descrip.c
/freebsd/sys/kern/kern_linker.c
/freebsd/sys/kern/kern_shutdown.c
/freebsd/sys/kern/kern_thread.c
/freebsd/sys/kern/kern_vnodedumper.c
/freebsd/sys/kern/link_elf.c
/freebsd/sys/kern/link_elf_obj.c
/freebsd/sys/kern/linker_if.m
/freebsd/sys/kern/subr_devmap.c
/freebsd/sys/kern/subr_param.c
/freebsd/sys/kern/subr_stats.c
/freebsd/sys/kern/subr_trap.c
/freebsd/sys/kern/sys_socket.c
/freebsd/sys/kern/syscalls.master
/freebsd/sys/kern/systrace_args.c
/freebsd/sys/kern/uipc_ktls.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/modules/Makefile
/freebsd/sys/modules/dtb/allwinner/Makefile
/freebsd/sys/modules/dtb/imx6/Makefile
/freebsd/sys/modules/dtb/mv/Makefile
/freebsd/sys/modules/dtb/nvidia/Makefile
/freebsd/sys/modules/dtb/rockchip/Makefile
/freebsd/sys/modules/sound/sound/Makefile
/freebsd/sys/modules/vf_i2c/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/if_bridge.c
/freebsd/sys/net/if_tuntap.c
/freebsd/sys/netgraph/ng_ksocket.c
/freebsd/sys/netinet/icmp6.h
/freebsd/sys/netinet/in.c
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/in_pcb.h
/freebsd/sys/netinet/ip_icmp.c
/freebsd/sys/netinet/tcp.h
/freebsd/sys/netinet/tcp_fastopen.h
/freebsd/sys/netinet/tcp_hpts.c
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netinet/tcp_log_buf.c
/freebsd/sys/netinet/tcp_offload.h
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_subr.c
/freebsd/sys/netinet/tcp_syncache.c
/freebsd/sys/netinet/tcp_timer.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netinet/toecore.h
/freebsd/sys/netinet6/icmp6.c
/freebsd/sys/netinet6/in6.c
/freebsd/sys/netinet6/in6_proto.c
/freebsd/sys/netinet6/ip6_output.c
/freebsd/sys/netinet6/ip6_var.h
/freebsd/sys/netinet6/nd6.c
/freebsd/sys/netinet6/nd6.h
/freebsd/sys/netinet6/nd6_nbr.c
/freebsd/sys/netinet6/nd6_rtr.c
/freebsd/sys/netlink/netlink_io.c
/freebsd/sys/netlink/netlink_linux.h
/freebsd/sys/netpfil/pf/if_pfsync.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_mtag.h
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/powerpc/powerpc/exec_machdep.c
/freebsd/sys/rpc/clnt_rc.c
/freebsd/sys/rpc/svc.c
/freebsd/sys/rpc/svc.h
/freebsd/sys/sys/_sigaltstack.h
/freebsd/sys/sys/_types.h
/freebsd/sys/sys/acl.h
/freebsd/sys/sys/conf.h
/freebsd/sys/sys/kassert.h
/freebsd/sys/sys/kerneldump.h
/freebsd/sys/sys/linker.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/ptrace.h
/freebsd/sys/sys/qmath.h
/freebsd/sys/sys/signal.h
/freebsd/sys/sys/socket.h
/freebsd/sys/sys/syscallsubr.h
/freebsd/sys/sys/sysproto.h
/freebsd/sys/sys/systm.h
/freebsd/sys/sys/timetc.h
/freebsd/sys/sys/user.h
/freebsd/tests/sys/fs/tarfs/tarfs_test.sh
/freebsd/tests/sys/kern/ptrace_test.c
/freebsd/tests/sys/net/if_ovpn/if_ovpn.sh
/freebsd/tests/sys/netgraph/Makefile
/freebsd/tests/sys/netgraph/ksocket.c
/freebsd/tests/sys/netinet/Makefile
/freebsd/tests/sys/netinet/udp_io.c
/freebsd/tests/sys/netpfil/common/dummynet.sh
/freebsd/tests/sys/netpfil/pf/Makefile
/freebsd/tests/sys/netpfil/pf/loginterface.sh
/freebsd/tests/sys/netpfil/pf/route_to.sh
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/tools/git/git-arc.sh
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/calendar/calendars/calendar.freebsd
/freebsd/usr.bin/diff/Makefile
/freebsd/usr.bin/diff/diff.1
/freebsd/usr.bin/diff/diff.c
/freebsd/usr.bin/diff/diff.h
/freebsd/usr.bin/diff/diffdir.c
/freebsd/usr.bin/diff/diffreg.c
/freebsd/usr.bin/diff/diffreg_new.c
/freebsd/usr.bin/diff/pr.c
/freebsd/usr.bin/diff/tests/diff_test.sh
/freebsd/usr.bin/diff/xmalloc.c
/freebsd/usr.bin/fstat/fstat.c
/freebsd/usr.bin/systat/netstat.c
/freebsd/usr.bin/touch/Makefile
/freebsd/usr.bin/touch/tests/Makefile
/freebsd/usr.bin/touch/tests/touch_test.sh
/freebsd/usr.bin/touch/touch.c
/freebsd/usr.bin/truss/syscalls.c
/freebsd/usr.bin/xinstall/xinstall.c
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/bhyve/Makefile
/freebsd/usr.sbin/bhyve/amd64/pci_lpc.c
/freebsd/usr.sbin/bhyve/pci_uart.c
/freebsd/usr.sbin/bhyve/uart_backend.c
/freebsd/usr.sbin/bhyve/uart_backend.h
/freebsd/usr.sbin/bhyve/uart_emul.c
/freebsd/usr.sbin/bhyve/uart_emul.h
/freebsd/usr.sbin/bsdinstall/scripts/netconfig
/freebsd/usr.sbin/certctl/certctl.sh
/freebsd/usr.sbin/daemon/daemon.c
/freebsd/usr.sbin/efibootmgr/efibootmgr.c
/freebsd/usr.sbin/freebsd-update/freebsd-update.sh
/freebsd/usr.sbin/fwget/pci/pci_video_amd
/freebsd/usr.sbin/jail/jail.8
/freebsd/usr.sbin/jail/jail.c
/freebsd/usr.sbin/jail/jailp.h
/freebsd/usr.sbin/jail/state.c
/freebsd/usr.sbin/kldxref/ef.c
/freebsd/usr.sbin/kldxref/ef.h
/freebsd/usr.sbin/kldxref/ef_obj.c
/freebsd/usr.sbin/kldxref/elf.c
/freebsd/usr.sbin/kldxref/kldxref.c
/freebsd/usr.sbin/mountd/mountd.c
/freebsd/usr.sbin/nfsd/nfsd.8
/freebsd/usr.sbin/periodic/etc/security/Makefile
b120906715-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: correctly expose sched_getcpu

When moving the implementation, I failed to move the symbol entry.

Reviewed by: kib
Fixes: 84dd0c080ba5 libc: libc/gen/sched_getcpu_gen.c -> libsys/
Diffe

lib{c,sys}: correctly expose sched_getcpu

When moving the implementation, I failed to move the symbol entry.

Reviewed by: kib
Fixes: 84dd0c080ba5 libc: libc/gen/sched_getcpu_gen.c -> libsys/
Differential Revision: https://reviews.freebsd.org/D44112

show more ...


/freebsd/contrib/bmake/ChangeLog
/freebsd/contrib/bmake/Makefile
/freebsd/contrib/bmake/VERSION
/freebsd/contrib/bmake/arch.c
/freebsd/contrib/bmake/bmake.1
/freebsd/contrib/bmake/bmake.cat1
/freebsd/contrib/bmake/boot-strap
/freebsd/contrib/bmake/compat.c
/freebsd/contrib/bmake/cond.c
/freebsd/contrib/bmake/config.h.in
/freebsd/contrib/bmake/configure
/freebsd/contrib/bmake/configure.in
/freebsd/contrib/bmake/for.c
/freebsd/contrib/bmake/import.sh
/freebsd/contrib/bmake/install-sh
/freebsd/contrib/bmake/job.c
/freebsd/contrib/bmake/main.c
/freebsd/contrib/bmake/make-conf.h
/freebsd/contrib/bmake/make.1
/freebsd/contrib/bmake/make.h
/freebsd/contrib/bmake/mk/ChangeLog
/freebsd/contrib/bmake/mk/FILES
/freebsd/contrib/bmake/mk/auto.dep.mk
/freebsd/contrib/bmake/mk/auto.obj.mk
/freebsd/contrib/bmake/mk/autoconf.mk
/freebsd/contrib/bmake/mk/autodep.mk
/freebsd/contrib/bmake/mk/cc-wrap.mk
/freebsd/contrib/bmake/mk/ccm.dep.mk
/freebsd/contrib/bmake/mk/compiler.mk
/freebsd/contrib/bmake/mk/cython.mk
/freebsd/contrib/bmake/mk/dep.mk
/freebsd/contrib/bmake/mk/dirdeps-cache-update.mk
/freebsd/contrib/bmake/mk/dirdeps-options.mk
/freebsd/contrib/bmake/mk/dirdeps-targets.mk
/freebsd/contrib/bmake/mk/doc.mk
/freebsd/contrib/bmake/mk/dpadd.mk
/freebsd/contrib/bmake/mk/files.mk
/freebsd/contrib/bmake/mk/host-target.mk
/freebsd/contrib/bmake/mk/inc.mk
/freebsd/contrib/bmake/mk/init.mk
/freebsd/contrib/bmake/mk/install-mk
/freebsd/contrib/bmake/mk/install-new.mk
/freebsd/contrib/bmake/mk/install-sh
/freebsd/contrib/bmake/mk/java.mk
/freebsd/contrib/bmake/mk/jobs.mk
/freebsd/contrib/bmake/mk/ldorder.mk
/freebsd/contrib/bmake/mk/lib.mk
/freebsd/contrib/bmake/mk/libnames.mk
/freebsd/contrib/bmake/mk/libs.mk
/freebsd/contrib/bmake/mk/links.mk
/freebsd/contrib/bmake/mk/man.mk
/freebsd/contrib/bmake/mk/manifest.mk
/freebsd/contrib/bmake/mk/meta.autodep.mk
/freebsd/contrib/bmake/mk/meta.stage.mk
/freebsd/contrib/bmake/mk/meta.subdir.mk
/freebsd/contrib/bmake/mk/meta.sys.mk
/freebsd/contrib/bmake/mk/meta2deps.py
/freebsd/contrib/bmake/mk/meta2deps.sh
/freebsd/contrib/bmake/mk/mkopt.sh
/freebsd/contrib/bmake/mk/newlog.sh
/freebsd/contrib/bmake/mk/obj.mk
/freebsd/contrib/bmake/mk/options.mk
/freebsd/contrib/bmake/mk/own.mk
/freebsd/contrib/bmake/mk/posix.mk
/freebsd/contrib/bmake/mk/prlist.mk
/freebsd/contrib/bmake/mk/prog.mk
/freebsd/contrib/bmake/mk/progs.mk
/freebsd/contrib/bmake/mk/rst2htm.mk
/freebsd/contrib/bmake/mk/scripts.mk
/freebsd/contrib/bmake/mk/srctop.mk
/freebsd/contrib/bmake/mk/stage-install.sh
/freebsd/contrib/bmake/mk/subdir.mk
/freebsd/contrib/bmake/mk/suffixes.mk
/freebsd/contrib/bmake/mk/sys.clean-env.mk
/freebsd/contrib/bmake/mk/sys.debug.mk
/freebsd/contrib/bmake/mk/sys.dependfile.mk
/freebsd/contrib/bmake/mk/sys.dirdeps.mk
/freebsd/contrib/bmake/mk/sys.mk
/freebsd/contrib/bmake/mk/sys.vars.mk
/freebsd/contrib/bmake/mk/sys/Generic.mk
/freebsd/contrib/bmake/mk/target-flags.mk
/freebsd/contrib/bmake/mk/warnings.mk
/freebsd/contrib/bmake/mk/whats.mk
/freebsd/contrib/bmake/mk/yacc.mk
/freebsd/contrib/bmake/parse.c
/freebsd/contrib/bmake/suff.c
/freebsd/contrib/bmake/targ.c
/freebsd/contrib/bmake/unit-tests/Makefile
/freebsd/contrib/bmake/unit-tests/var-scope-local.exp
/freebsd/contrib/bmake/unit-tests/var-scope-local.mk
/freebsd/contrib/bmake/unit-tests/varmod-indirect.mk
/freebsd/contrib/bmake/unit-tests/varmod.exp
/freebsd/contrib/bmake/unit-tests/varmod.mk
/freebsd/contrib/bmake/var.c
/freebsd/contrib/openbsm/etc/audit_class
/freebsd/contrib/openbsm/etc/audit_control
/freebsd/contrib/openbsm/etc/audit_event
/freebsd/contrib/openbsm/etc/audit_filter
/freebsd/contrib/openbsm/etc/audit_user
/freebsd/contrib/openbsm/etc/audit_warn
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/lib/libc/arm/gen/fpgetmask_vfp.c
/freebsd/lib/libc/arm/gen/fpgetsticky_vfp.c
/freebsd/lib/libc/gen/Symbol.map
/freebsd/lib/libc/powerpc/Symbol.map
/freebsd/lib/libc/powerpc/gen/fpgetsticky.c
/freebsd/lib/libc/powerpc64/gen/fpgetsticky.c
/freebsd/lib/libc/powerpcspe/gen/fpgetsticky.c
/freebsd/lib/libc/softfloat/Symbol.map
/freebsd/lib/libc/softfloat/fpgetmask.c
/freebsd/lib/libc/softfloat/fpgetsticky.c
/freebsd/lib/libc/string/strlen.3
Symbol.sys.map
/freebsd/libexec/Makefile
/freebsd/libexec/nuageinit/Makefile
/freebsd/libexec/nuageinit/nuage.lua
/freebsd/libexec/nuageinit/nuageinit
/freebsd/libexec/nuageinit/tests/Makefile
/freebsd/libexec/nuageinit/tests/addgroup.lua
/freebsd/libexec/nuageinit/tests/addsshkey.lua
/freebsd/libexec/nuageinit/tests/adduser.lua
/freebsd/libexec/nuageinit/tests/dirname.lua
/freebsd/libexec/nuageinit/tests/err.lua
/freebsd/libexec/nuageinit/tests/nuage.sh
/freebsd/libexec/nuageinit/tests/nuageinit.sh
/freebsd/libexec/nuageinit/tests/sethostname.lua
/freebsd/libexec/nuageinit/tests/utils.sh
/freebsd/libexec/nuageinit/tests/warn.lua
/freebsd/libexec/nuageinit/yaml.lua
/freebsd/libexec/rc/rc.d/Makefile
/freebsd/libexec/rc/rc.d/nuageinit
/freebsd/release/packages/Makefile.package
/freebsd/sbin/ifconfig/ifconfig.8
/freebsd/sbin/nvmecontrol/firmware.c
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man5/src.conf.5
/freebsd/share/man/man9/Makefile
/freebsd/share/man/man9/bus_activate_resource.9
/freebsd/share/man/man9/bus_adjust_resource.9
/freebsd/share/man/man9/bus_map_resource.9
/freebsd/share/man/man9/bus_release_resource.9
/freebsd/share/man/man9/rman.9
/freebsd/share/man/man9/sysctl.9
/freebsd/share/mk/bsd.links.mk
/freebsd/share/mk/bsd.man.mk
/freebsd/share/mk/dirdeps-options.mk
/freebsd/share/mk/dirdeps-targets.mk
/freebsd/share/mk/dirdeps.mk
/freebsd/share/mk/local.autodep.mk
/freebsd/share/mk/meta.autodep.mk
/freebsd/share/mk/meta.stage.mk
/freebsd/share/mk/meta.subdir.mk
/freebsd/share/mk/meta.sys.mk
/freebsd/share/mk/meta2deps.py
/freebsd/share/mk/meta2deps.sh
/freebsd/share/mk/src.opts.mk
/freebsd/share/mk/sys.dirdeps.mk
/freebsd/sys/arm/arm/busdma_machdep.c
/freebsd/sys/arm/arm/nexus.c
/freebsd/sys/arm/mv/mv_pci.c
/freebsd/sys/arm64/arm64/busdma_bounce.c
/freebsd/sys/arm64/arm64/cpufunc_asm.S
/freebsd/sys/arm64/arm64/db_interface.c
/freebsd/sys/arm64/arm64/elf_machdep.c
/freebsd/sys/arm64/arm64/freebsd32_machdep.c
/freebsd/sys/arm64/arm64/gicv3_its.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/machdep.c
/freebsd/sys/arm64/arm64/nexus.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/cavium/thunder_pcie_fdt.c
/freebsd/sys/arm64/cavium/thunder_pcie_pem.c
/freebsd/sys/arm64/include/cpufunc.h
/freebsd/sys/arm64/include/kdb.h
/freebsd/sys/cddl/dev/fbt/aarch64/fbt_isa.c
/freebsd/sys/cddl/dev/kinst/aarch64/kinst_isa.c
/freebsd/sys/dev/acpica/acpi.c
/freebsd/sys/dev/acpica/acpi_pcib_acpi.c
/freebsd/sys/dev/agp/agp_i810.c
/freebsd/sys/dev/ahci/ahci.c
/freebsd/sys/dev/ahci/ahci.h
/freebsd/sys/dev/ata/ata-pci.c
/freebsd/sys/dev/ata/ata-pci.h
/freebsd/sys/dev/atkbdc/atkbdc_isa.c
/freebsd/sys/dev/bhnd/bhnd_subr.c
/freebsd/sys/dev/bhnd/bhndb/bhndb.c
/freebsd/sys/dev/bhnd/bhndb/bhndb_private.h
/freebsd/sys/dev/bhnd/bhndb/bhndb_subr.c
/freebsd/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd/sys/dev/bhnd/cores/usb/bhnd_usb.c
/freebsd/sys/dev/dpaa/fman.c
/freebsd/sys/dev/dpaa/fman.h
/freebsd/sys/dev/dpaa2/dpaa2_mc.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.h
/freebsd/sys/dev/dpaa2/dpaa2_rc.c
/freebsd/sys/dev/exca/exca.c
/freebsd/sys/dev/exca/excavar.h
/freebsd/sys/dev/fdt/simplebus.c
/freebsd/sys/dev/hyperv/netvsc/if_hn.c
/freebsd/sys/dev/hyperv/pcib/vmbus_pcib.c
/freebsd/sys/dev/mvs/mvs_pci.c
/freebsd/sys/dev/mvs/mvs_soc.c
/freebsd/sys/dev/ofw/ofw_pcib.c
/freebsd/sys/dev/ofw/ofwbus.c
/freebsd/sys/dev/pccbb/pccbb.c
/freebsd/sys/dev/pccbb/pccbb_pci.c
/freebsd/sys/dev/pccbb/pccbbvar.h
/freebsd/sys/dev/pci/hostb_pci.c
/freebsd/sys/dev/pci/isa_pci.c
/freebsd/sys/dev/pci/pci.c
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/dev/pci/pci_host_generic.h
/freebsd/sys/dev/pci/pci_iov.c
/freebsd/sys/dev/pci/pci_pci.c
/freebsd/sys/dev/pci/pci_private.h
/freebsd/sys/dev/pci/pci_subr.c
/freebsd/sys/dev/pci/pcib_private.h
/freebsd/sys/dev/pci/vga_pci.c
/freebsd/sys/dev/ppc/ppc.c
/freebsd/sys/dev/ppc/ppcvar.h
/freebsd/sys/dev/puc/puc.c
/freebsd/sys/dev/puc/puc_bfe.h
/freebsd/sys/dev/quicc/quicc_bfe.h
/freebsd/sys/dev/quicc/quicc_core.c
/freebsd/sys/dev/scc/scc_bfe.h
/freebsd/sys/dev/scc/scc_core.c
/freebsd/sys/dev/siis/siis.c
/freebsd/sys/dev/sound/pci/csa.c
/freebsd/sys/dev/sound/pci/fm801.c
/freebsd/sys/dev/vmd/vmd.c
/freebsd/sys/dev/wg/if_wg.c
/freebsd/sys/isa/isa_common.c
/freebsd/sys/isa/isa_common.h
/freebsd/sys/kern/bus_if.m
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/subr_rman.c
/freebsd/sys/kern/uipc_ktls.c
/freebsd/sys/kern/vfs_vnops.c
/freebsd/sys/net/vnet.h
/freebsd/sys/netinet/tcp_stacks/rack_pcm.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/powerpc/mpc85xx/isa.c
/freebsd/sys/powerpc/mpc85xx/lbc.c
/freebsd/sys/powerpc/powermac/macgpio.c
/freebsd/sys/powerpc/powermac/macio.c
/freebsd/sys/powerpc/powermac/uninorth.c
/freebsd/sys/powerpc/powerpc/nexus.c
/freebsd/sys/powerpc/ps3/ps3bus.c
/freebsd/sys/powerpc/psim/ata_iobus.c
/freebsd/sys/powerpc/psim/iobus.c
/freebsd/sys/riscv/riscv/nexus.c
/freebsd/sys/sys/bus.h
/freebsd/sys/sys/ktls.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/rman.h
/freebsd/sys/x86/include/legacyvar.h
/freebsd/sys/x86/isa/isa.c
/freebsd/sys/x86/pci/pci_bus.c
/freebsd/sys/x86/x86/mptable_pci.c
/freebsd/sys/x86/x86/nexus.c
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/build/options/WITHOUT_NUAGEINIT
/freebsd/usr.bin/bmake/Makefile
/freebsd/usr.bin/bmake/Makefile.config
/freebsd/usr.bin/bmake/config.h
/freebsd/usr.bin/bmake/unit-tests/Makefile
/freebsd/usr.bin/diff/diff.1
ccf4d5ee13-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: fix powerpcspe build

libsys/powerpc/Symbol.sys.map was removed due to all symbols moving to
libc.

Fixes: d7847a8d3514 lib{c,sys}: return wrapped syscall APIs to libc

d7847a8d13-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: return wrapped syscall APIs to libc

These provide standard APIs, but are implemented using another system
call (e.g., pipe implemented in terms of pipe2) or are interposed by the
threadi

lib{c,sys}: return wrapped syscall APIs to libc

These provide standard APIs, but are implemented using another system
call (e.g., pipe implemented in terms of pipe2) or are interposed by the
threading library to support cancelation.

After discussion with kib (see D44111), I've concluded that it is
better to keep most public interfaces in libc with as little
as possible in libsys.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44241

show more ...


/freebsd/lib/libc/Makefile
/freebsd/lib/libc/amd64/Symbol.map
/freebsd/lib/libc/arm/Symbol.map
/freebsd/lib/libc/i386/Symbol.map
/freebsd/lib/libc/powerpc/Symbol.map
/freebsd/lib/libc/powerpc64/Symbol.map
/freebsd/lib/libc/sys/Makefile.inc
/freebsd/lib/libc/sys/POSIX2x_Fork.c
/freebsd/lib/libc/sys/Symbol.map
/freebsd/lib/libc/sys/accept.c
/freebsd/lib/libc/sys/accept4.c
/freebsd/lib/libc/sys/aio_suspend.c
/freebsd/lib/libc/sys/brk.c
/freebsd/lib/libc/sys/clock_nanosleep.c
/freebsd/lib/libc/sys/close.c
/freebsd/lib/libc/sys/closefrom.c
/freebsd/lib/libc/sys/compat-stub.c
/freebsd/lib/libc/sys/connect.c
/freebsd/lib/libc/sys/creat.c
/freebsd/lib/libc/sys/fcntl.c
/freebsd/lib/libc/sys/fdatasync.c
/freebsd/lib/libc/sys/fork.c
/freebsd/lib/libc/sys/fsync.c
/freebsd/lib/libc/sys/getdents.c
/freebsd/lib/libc/sys/kevent.c
/freebsd/lib/libc/sys/lockf.c
/freebsd/lib/libc/sys/lstat.c
/freebsd/lib/libc/sys/mknod.c
/freebsd/lib/libc/sys/msync.c
/freebsd/lib/libc/sys/nanosleep.c
/freebsd/lib/libc/sys/open.c
/freebsd/lib/libc/sys/openat.c
/freebsd/lib/libc/sys/pdfork.c
/freebsd/lib/libc/sys/pipe.c
/freebsd/lib/libc/sys/poll.c
/freebsd/lib/libc/sys/ppoll.c
/freebsd/lib/libc/sys/pselect.c
/freebsd/lib/libc/sys/read.c
/freebsd/lib/libc/sys/readv.c
/freebsd/lib/libc/sys/recv.c
/freebsd/lib/libc/sys/recvfrom.c
/freebsd/lib/libc/sys/recvmsg.c
/freebsd/lib/libc/sys/select.c
/freebsd/lib/libc/sys/send.c
/freebsd/lib/libc/sys/sendmsg.c
/freebsd/lib/libc/sys/sendto.c
/freebsd/lib/libc/sys/setcontext.c
/freebsd/lib/libc/sys/shm_open.c
/freebsd/lib/libc/sys/sigaction.c
/freebsd/lib/libc/sys/sigprocmask.c
/freebsd/lib/libc/sys/sigsuspend.c
/freebsd/lib/libc/sys/sigtimedwait.c
/freebsd/lib/libc/sys/sigwait.c
/freebsd/lib/libc/sys/sigwaitinfo.c
/freebsd/lib/libc/sys/stat.c
/freebsd/lib/libc/sys/swapcontext.c
/freebsd/lib/libc/sys/vadvise.c
/freebsd/lib/libc/sys/wait.c
/freebsd/lib/libc/sys/wait3.c
/freebsd/lib/libc/sys/wait4.c
/freebsd/lib/libc/sys/wait6.c
/freebsd/lib/libc/sys/waitid.c
/freebsd/lib/libc/sys/waitpid.c
/freebsd/lib/libc/sys/write.c
/freebsd/lib/libc/sys/writev.c
Makefile.sys
Symbol.sys.map
amd64/Symbol.sys.map
arm/Symbol.sys.map
i386/Symbol.sys.map
ef5fddd313-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: make __libsys_interposing static

Access __libsys_interposing with __libc_interposing_slot() in all
cases to support a move of these wrappers back to libc.

Reviewed by: kib
Differential Revi

libsys: make __libsys_interposing static

Access __libsys_interposing with __libc_interposing_slot() in all
cases to support a move of these wrappers back to libc.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44239

show more ...

f7dbbbd113-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: don't expose sigwait wrapper

Long ago (e129c18a83ef) __sys_sigwait was wrapped to prevent sigwait()
from returning with EINTR. Through a series of changes this wrapper
become __libc_sigwait

libsys: don't expose sigwait wrapper

Long ago (e129c18a83ef) __sys_sigwait was wrapped to prevent sigwait()
from returning with EINTR. Through a series of changes this wrapper
become __libc_sigwait which was internal to libc and used solely in the
interposing table. To support a move of sigwait back to libc, move this
wrapper into libsys and rename it with an __libsys_ prefix.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44238

show more ...


/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/cddl/lib/libzpool/Makefile
/freebsd/contrib/libdiff/.gitignore
/freebsd/contrib/libdiff/LICENCE
/freebsd/contrib/libdiff/README
/freebsd/contrib/libdiff/compat/getprogname_linux.c
/freebsd/contrib/libdiff/compat/include/stdlib.h
/freebsd/contrib/libdiff/compat/include/string.h
/freebsd/contrib/libdiff/compat/include/sys/types.h
/freebsd/contrib/libdiff/compat/merge.c
/freebsd/contrib/libdiff/compat/reallocarray.c
/freebsd/contrib/libdiff/compat/recallocarray.c
/freebsd/contrib/libdiff/compat/strlcat.c
/freebsd/contrib/libdiff/compat/strlcpy.c
/freebsd/contrib/libdiff/diff-version.mk
/freebsd/contrib/libdiff/diff/GNUmakefile
/freebsd/contrib/libdiff/diff/Makefile
/freebsd/contrib/libdiff/diff/diff.c
/freebsd/contrib/libdiff/include/arraylist.h
/freebsd/contrib/libdiff/include/diff_main.h
/freebsd/contrib/libdiff/include/diff_output.h
/freebsd/contrib/libdiff/lib/GNUmakefile
/freebsd/contrib/libdiff/lib/diff_atomize_text.c
/freebsd/contrib/libdiff/lib/diff_debug.h
/freebsd/contrib/libdiff/lib/diff_internal.h
/freebsd/contrib/libdiff/lib/diff_main.c
/freebsd/contrib/libdiff/lib/diff_myers.c
/freebsd/contrib/libdiff/lib/diff_output.c
/freebsd/contrib/libdiff/lib/diff_output_edscript.c
/freebsd/contrib/libdiff/lib/diff_output_plain.c
/freebsd/contrib/libdiff/lib/diff_output_unidiff.c
/freebsd/contrib/libdiff/lib/diff_patience.c
/freebsd/contrib/libdiff/man/diff.1
/freebsd/contrib/libdiff/test/GNUmakefile
/freebsd/contrib/libdiff/test/Makefile
/freebsd/contrib/libdiff/test/README
/freebsd/contrib/libdiff/test/arraylist_test.c
/freebsd/contrib/libdiff/test/arraylist_test/GNUmakefile
/freebsd/contrib/libdiff/test/arraylist_test/Makefile
/freebsd/contrib/libdiff/test/expect.arraylist_test
/freebsd/contrib/libdiff/test/expect.results_test
/freebsd/contrib/libdiff/test/expect001.diff
/freebsd/contrib/libdiff/test/expect002.diff
/freebsd/contrib/libdiff/test/expect003.diff
/freebsd/contrib/libdiff/test/expect004.diff
/freebsd/contrib/libdiff/test/expect005.diff
/freebsd/contrib/libdiff/test/expect006.diff
/freebsd/contrib/libdiff/test/expect007.diff
/freebsd/contrib/libdiff/test/expect008.diff
/freebsd/contrib/libdiff/test/expect009.diff
/freebsd/contrib/libdiff/test/expect010.diff
/freebsd/contrib/libdiff/test/expect011.diff
/freebsd/contrib/libdiff/test/expect012.diff
/freebsd/contrib/libdiff/test/expect013.diff
/freebsd/contrib/libdiff/test/expect014.diff
/freebsd/contrib/libdiff/test/expect015.diff
/freebsd/contrib/libdiff/test/expect016.diff
/freebsd/contrib/libdiff/test/expect018.diff
/freebsd/contrib/libdiff/test/expect019.diff
/freebsd/contrib/libdiff/test/expect021.diff
/freebsd/contrib/libdiff/test/expect101.diff
/freebsd/contrib/libdiff/test/expect102.diff
/freebsd/contrib/libdiff/test/expect103.diff
/freebsd/contrib/libdiff/test/expect104.diff
/freebsd/contrib/libdiff/test/expect105.diff
/freebsd/contrib/libdiff/test/expect106.diff
/freebsd/contrib/libdiff/test/expect107.diff
/freebsd/contrib/libdiff/test/expect108.diff
/freebsd/contrib/libdiff/test/expect109.diff
/freebsd/contrib/libdiff/test/expect110.diff
/freebsd/contrib/libdiff/test/expect111.diff
/freebsd/contrib/libdiff/test/expect112.diff
/freebsd/contrib/libdiff/test/expect113.diff
/freebsd/contrib/libdiff/test/expect114.diff
/freebsd/contrib/libdiff/test/expect115.diff
/freebsd/contrib/libdiff/test/expect116.diff
/freebsd/contrib/libdiff/test/expect117.diff
/freebsd/contrib/libdiff/test/expect123.diff
/freebsd/contrib/libdiff/test/expect124.diff
/freebsd/contrib/libdiff/test/expect125.diff
/freebsd/contrib/libdiff/test/expect126.diff
/freebsd/contrib/libdiff/test/results_test.c
/freebsd/contrib/libdiff/test/results_test/GNUmakefile
/freebsd/contrib/libdiff/test/results_test/Makefile
/freebsd/contrib/libdiff/test/test001.left.txt
/freebsd/contrib/libdiff/test/test001.right.txt
/freebsd/contrib/libdiff/test/test002.left.txt
/freebsd/contrib/libdiff/test/test002.right.txt
/freebsd/contrib/libdiff/test/test003.left.txt
/freebsd/contrib/libdiff/test/test003.right.txt
/freebsd/contrib/libdiff/test/test004.left.txt
/freebsd/contrib/libdiff/test/test004.right.txt
/freebsd/contrib/libdiff/test/test005.left.txt
/freebsd/contrib/libdiff/test/test005.right.txt
/freebsd/contrib/libdiff/test/test006.left.txt
/freebsd/contrib/libdiff/test/test006.right.txt
/freebsd/contrib/libdiff/test/test007.left.txt
/freebsd/contrib/libdiff/test/test007.right.txt
/freebsd/contrib/libdiff/test/test008.left.txt
/freebsd/contrib/libdiff/test/test008.right.txt
/freebsd/contrib/libdiff/test/test009.left.txt
/freebsd/contrib/libdiff/test/test009.right.txt
/freebsd/contrib/libdiff/test/test010.left.txt
/freebsd/contrib/libdiff/test/test010.right.txt
/freebsd/contrib/libdiff/test/test011.left.txt
/freebsd/contrib/libdiff/test/test011.right.txt
/freebsd/contrib/libdiff/test/test012.left.txt
/freebsd/contrib/libdiff/test/test012.right.txt
/freebsd/contrib/libdiff/test/test013.left-w.txt
/freebsd/contrib/libdiff/test/test013.right-w.txt
/freebsd/contrib/libdiff/test/test014.left.txt
/freebsd/contrib/libdiff/test/test014.right.txt
/freebsd/contrib/libdiff/test/test015.left.txt
/freebsd/contrib/libdiff/test/test015.right.txt
/freebsd/contrib/libdiff/test/test016.left.txt
/freebsd/contrib/libdiff/test/test016.right.txt
/freebsd/contrib/libdiff/test/test017.left-U0.txt
/freebsd/contrib/libdiff/test/test017.right-U0.txt
/freebsd/contrib/libdiff/test/test018.left-T.txt
/freebsd/contrib/libdiff/test/test018.right-T.txt
/freebsd/contrib/libdiff/test/test019.left.txt
/freebsd/contrib/libdiff/test/test019.right.txt
/freebsd/contrib/libdiff/test/test020.left.txt
/freebsd/contrib/libdiff/test/test020.right.txt
/freebsd/contrib/libdiff/test/test021.left.txt
/freebsd/contrib/libdiff/test/test021.right.txt
/freebsd/contrib/libdiff/test/test101.left-P.txt
/freebsd/contrib/libdiff/test/test101.right-P.txt
/freebsd/contrib/libdiff/test/test102.left-P.txt
/freebsd/contrib/libdiff/test/test102.right-P.txt
/freebsd/contrib/libdiff/test/test103.left-P.txt
/freebsd/contrib/libdiff/test/test103.right-P.txt
/freebsd/contrib/libdiff/test/test104.left-P.txt
/freebsd/contrib/libdiff/test/test104.right-P.txt
/freebsd/contrib/libdiff/test/test105.left-P.txt
/freebsd/contrib/libdiff/test/test105.right-P.txt
/freebsd/contrib/libdiff/test/test106.left-P.txt
/freebsd/contrib/libdiff/test/test106.right-P.txt
/freebsd/contrib/libdiff/test/test107.left-P.txt
/freebsd/contrib/libdiff/test/test107.right-P.txt
/freebsd/contrib/libdiff/test/test108.left-P.txt
/freebsd/contrib/libdiff/test/test108.right-P.txt
/freebsd/contrib/libdiff/test/test109.left-P.txt
/freebsd/contrib/libdiff/test/test109.right-P.txt
/freebsd/contrib/libdiff/test/test110.left-P.txt
/freebsd/contrib/libdiff/test/test110.right-P.txt
/freebsd/contrib/libdiff/test/test111.left-P.txt
/freebsd/contrib/libdiff/test/test111.right-P.txt
/freebsd/contrib/libdiff/test/test112.left-P.txt
/freebsd/contrib/libdiff/test/test112.right-P.txt
/freebsd/contrib/libdiff/test/test113.left-Pw.txt
/freebsd/contrib/libdiff/test/test113.right-Pw.txt
/freebsd/contrib/libdiff/test/test114.left-P.txt
/freebsd/contrib/libdiff/test/test114.right-P.txt
/freebsd/contrib/libdiff/test/test115.left-P.txt
/freebsd/contrib/libdiff/test/test115.right-P.txt
/freebsd/contrib/libdiff/test/test116.left-P.txt
/freebsd/contrib/libdiff/test/test116.right-P.txt
/freebsd/contrib/libdiff/test/test117.left-P.txt
/freebsd/contrib/libdiff/test/test117.right-P.txt
/freebsd/contrib/libdiff/test/test122.left-P.txt
/freebsd/contrib/libdiff/test/test122.right-P.txt
/freebsd/contrib/libdiff/test/test123.left-e.txt
/freebsd/contrib/libdiff/test/test123.right-e.txt
/freebsd/contrib/libdiff/test/test124.left-p.txt
/freebsd/contrib/libdiff/test/test124.right-p.txt
/freebsd/contrib/libdiff/test/test125.left.txt
/freebsd/contrib/libdiff/test/test125.right.txt
/freebsd/contrib/libdiff/test/test126.left.txt
/freebsd/contrib/libdiff/test/test126.right.txt
/freebsd/contrib/libdiff/test/verify_all.sh
/freebsd/contrib/sqlite3/configure
/freebsd/contrib/sqlite3/configure.ac
/freebsd/contrib/sqlite3/sqlite3.c
/freebsd/contrib/sqlite3/sqlite3.h
/freebsd/contrib/sqlite3/sqlite3rc.h
/freebsd/contrib/sqlite3/tea/configure
/freebsd/contrib/sqlite3/tea/configure.ac
/freebsd/contrib/tzcode/tzconfig.h
/freebsd/include/time.h
/freebsd/lib/libc/gen/Makefile.inc
/freebsd/lib/libc/gen/Symbol.map
/freebsd/lib/libc/gen/timezone.c
/freebsd/lib/libc/i386/Symbol.map
/freebsd/lib/libc/iconv/Symbol.map
/freebsd/lib/libc/include/compat.h
/freebsd/lib/libc/include/libc_private.h
/freebsd/lib/libc/quad/Symbol.map
/freebsd/lib/libc/stdtime/Makefile.inc
/freebsd/lib/libc/stdtime/Symbol.map
/freebsd/lib/libc/stdtime/tzset.3
Makefile.sys
Symbol.sys.map
interposing_table.c
libsys_sigwait.c
sigwait.c
/freebsd/lib/libthr/thread/thr_cond.c
/freebsd/sbin/devd/devd.conf.5
/freebsd/sbin/md5/md5.1
/freebsd/sbin/mount_nullfs/mount_nullfs.8
/freebsd/sbin/ping/main.c
/freebsd/stand/kboot/include/host_syscall.h
/freebsd/stand/kboot/kboot/arch/aarch64/load_addr.c
/freebsd/stand/kboot/kboot/hostfs.c
/freebsd/stand/kboot/kboot/kbootfdt.c
/freebsd/stand/kboot/kboot/main.c
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/conf/files
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
/freebsd/sys/contrib/openzfs/cmd/Makefile.am
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/config/Rules.am
/freebsd/sys/contrib/openzfs/include/Makefile.am
/freebsd/sys/contrib/openzfs/include/sys/ddt.h
/freebsd/sys/contrib/openzfs/include/sys/ddt_impl.h
/freebsd/sys/contrib/openzfs/include/sys/spa.h
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/libzfs_pool_os.c
/freebsd/sys/contrib/openzfs/lib/libzpool/Makefile.am
/freebsd/sys/contrib/openzfs/module/Kbuild.in
/freebsd/sys/contrib/openzfs/module/Makefile.bsd
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_acl.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt_stats.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt_zap.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_scan.c
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/zts-report.py.in
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/libtest.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_common.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/block_cloning_copyfilerange_cross_dataset.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/block_cloning_cross_enc_dataset.ksh
/freebsd/sys/dev/bnxt/bnxt.h
/freebsd/sys/dev/bnxt/bnxt_hwrm.c
/freebsd/sys/dev/bnxt/bnxt_hwrm.h
/freebsd/sys/dev/bnxt/bnxt_sysctl.c
/freebsd/sys/dev/bnxt/hsi_struct_def.h
/freebsd/sys/dev/bnxt/if_bnxt.c
/freebsd/sys/dev/clk/clk.c
/freebsd/sys/dev/clk/clk_fixed.c
/freebsd/sys/dev/fdt/simple_mfd.c
/freebsd/sys/dev/hyperv/pcib/vmbus_pcib.c
/freebsd/sys/dev/mrsas/mrsas_fp.c
/freebsd/sys/dev/nvme/nvme.h
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/dev/nvme/nvme_sim.c
/freebsd/sys/fs/nullfs/null_vfsops.c
/freebsd/sys/fs/tarfs/tarfs_vfsops.c
/freebsd/sys/fs/unionfs/union.h
/freebsd/sys/fs/unionfs/union_subr.c
/freebsd/sys/fs/unionfs/union_vnops.c
/freebsd/sys/kern/kern_condvar.c
/freebsd/sys/kern/kern_synch.c
/freebsd/sys/kern/uipc_usrreq.c
/freebsd/sys/kern/vfs_vnops.c
/freebsd/sys/modules/tcp/rack/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/modules/zfs/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/netinet/tcp.h
/freebsd/sys/netinet/tcp_log_buf.h
/freebsd/sys/netinet/tcp_lro_hpts.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_stacks/rack_pcm.c
/freebsd/sys/netinet/tcp_stacks/sack_filter.h
/freebsd/sys/netinet/tcp_stacks/tailq_hash.c
/freebsd/sys/netinet/tcp_stacks/tailq_hash.h
/freebsd/sys/netinet/tcp_stacks/tcp_rack.h
/freebsd/sys/netinet/tcp_subr.c
/freebsd/sys/netinet/tcp_syncache.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netlink/route/route.h
/freebsd/sys/sys/ktrace.h
/freebsd/tests/sys/kern/unix_seqpacket_test.c
/freebsd/tools/build/depend-cleanup.sh
/freebsd/usr.bin/awk/tests/bugs-fixed/bug_fix_test.sh
/freebsd/usr.bin/mkimg/mkimg.1
/freebsd/usr.bin/mkimg/mkimg.c
/freebsd/usr.sbin/bhyve/gdb/Makefile
/freebsd/usr.sbin/crunch/crunchgen/crunchgen.c
83392afe07-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: don't expose __init_elf_aux_vector

__init_elf_aux_vector is now complied statically so don't try to export
it from the dynamic library.

Fixes: 8271d9b99a3b libsys: remove usage of pthread_o

libsys: don't expose __init_elf_aux_vector

__init_elf_aux_vector is now complied statically so don't try to export
it from the dynamic library.

Fixes: 8271d9b99a3b libsys: remove usage of pthread_once and _once_stub

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44237

show more ...

cc4ffc9707-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: don't try to expose yield

The undocumented yield system call has never been implemented via libc
or libsys (except accidentally for <15 minutes in 1998 between commits
abd529cebab9 and 0db2f

libsys: don't try to expose yield

The undocumented yield system call has never been implemented via libc
or libsys (except accidentally for <15 minutes in 1998 between commits
abd529cebab9 and 0db2fac06ab7). Avoid trying to export it now to avoid
failures when linking with --no-undefined-version.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44236

show more ...

39a15d7407-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

syscall(2): make i386 less of an outlier

Unlike other architectures, i386 only defined syscall() and not
_syscall() or __sys_syscall(). The syscall() function then invoked the
desired system call d

syscall(2): make i386 less of an outlier

Unlike other architectures, i386 only defined syscall() and not
_syscall() or __sys_syscall(). The syscall() function then invoked the
desired system call directly rather than invoking syscall(2). Keep the
latter as it's marginally more efficent, but also create the
conventional _syscall() and __sys_syscall() stubs.

This avoids the need to special case syscall(2) in the symbol list
generation in libsys.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44235

show more ...

7b3836c207-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys/aarch: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https:

libsys/aarch: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44234

show more ...

0ee0ae2307-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys/arm: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https://

libsys/arm: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44233

show more ...

e6ffc76607-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys/riscv: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https:

libsys/riscv: Remove pointless MD syscall(2)

This file is functionally identical to the stub generated by
Makefile.sys once the MD version is removed.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44232

show more ...

269593dc07-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

libsys/aarch64: end syscall stubs with newlines

Technically speaking, POSIX text files must end with a newline.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44231


/freebsd/.github/workflows/cross-bootstrap-tools.yml
/freebsd/cddl/usr.sbin/zfsd/case_file.cc
/freebsd/cddl/usr.sbin/zfsd/case_file.h
/freebsd/cddl/usr.sbin/zfsd/zfsd.8
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PrologEpilogInserter.cpp
/freebsd/contrib/wpa/src/ap/hostapd.c
/freebsd/crypto/heimdal/lib/hx509/version-script.map
/freebsd/crypto/heimdal/lib/kadm5/version-script.map
/freebsd/crypto/heimdal/lib/krb5/version-script.map
/freebsd/crypto/heimdal/lib/roken/version-script.map
/freebsd/crypto/heimdal/lib/wind/version-script.map
/freebsd/include/spawn.h
/freebsd/lib/libc/gen/posix_spawn.3
/freebsd/lib/libc/gen/posix_spawn.c
/freebsd/lib/libc/gen/posix_spawnattr_getflags.3
/freebsd/lib/libc/locale/Symbol.map
/freebsd/lib/libc/stdlib/Makefile.inc
/freebsd/lib/libc/stdlib/bsearch.c
/freebsd/lib/liblzma/Symbol.map
Makefile.sys
/freebsd/lib/libsysdecode/Makefile
/freebsd/lib/libsysdecode/flags.c
/freebsd/lib/libsysdecode/mktables
/freebsd/lib/libsysdecode/sysdecode.h
/freebsd/lib/libsysdecode/sysdecode_mask.3
/freebsd/lib/libthr/Makefile
/freebsd/lib/libthr/thread/thr_affinity.c
/freebsd/lib/libthr/thread/thr_attr.c
/freebsd/lib/libthr/thread/thr_autoinit.c
/freebsd/lib/libthr/thread/thr_barrier.c
/freebsd/lib/libthr/thread/thr_barrierattr.c
/freebsd/lib/libthr/thread/thr_cancel.c
/freebsd/lib/libthr/thread/thr_clean.c
/freebsd/lib/libthr/thread/thr_concurrency.c
/freebsd/lib/libthr/thread/thr_cond.c
/freebsd/lib/libthr/thread/thr_condattr.c
/freebsd/lib/libthr/thread/thr_create.c
/freebsd/lib/libthr/thread/thr_detach.c
/freebsd/lib/libthr/thread/thr_equal.c
/freebsd/lib/libthr/thread/thr_event.c
/freebsd/lib/libthr/thread/thr_exit.c
/freebsd/lib/libthr/thread/thr_fork.c
/freebsd/lib/libthr/thread/thr_getcpuclockid.c
/freebsd/lib/libthr/thread/thr_getprio.c
/freebsd/lib/libthr/thread/thr_getschedparam.c
/freebsd/lib/libthr/thread/thr_getthreadid_np.c
/freebsd/lib/libthr/thread/thr_info.c
/freebsd/lib/libthr/thread/thr_init.c
/freebsd/lib/libthr/thread/thr_join.c
/freebsd/lib/libthr/thread/thr_kill.c
/freebsd/lib/libthr/thread/thr_main_np.c
/freebsd/lib/libthr/thread/thr_multi_np.c
/freebsd/lib/libthr/thread/thr_mutex.c
/freebsd/lib/libthr/thread/thr_mutexattr.c
/freebsd/lib/libthr/thread/thr_once.c
/freebsd/lib/libthr/thread/thr_printf.c
/freebsd/lib/libthr/thread/thr_private.h
/freebsd/lib/libthr/thread/thr_pspinlock.c
/freebsd/lib/libthr/thread/thr_resume_np.c
/freebsd/lib/libthr/thread/thr_rtld.c
/freebsd/lib/libthr/thread/thr_rwlock.c
/freebsd/lib/libthr/thread/thr_rwlockattr.c
/freebsd/lib/libthr/thread/thr_self.c
/freebsd/lib/libthr/thread/thr_sem.c
/freebsd/lib/libthr/thread/thr_setprio.c
/freebsd/lib/libthr/thread/thr_setschedparam.c
/freebsd/lib/libthr/thread/thr_sig.c
/freebsd/lib/libthr/thread/thr_single_np.c
/freebsd/lib/libthr/thread/thr_sleepq.c
/freebsd/lib/libthr/thread/thr_spec.c
/freebsd/lib/libthr/thread/thr_suspend_np.c
/freebsd/lib/libthr/thread/thr_switch_np.c
/freebsd/lib/libthr/thread/thr_syscalls.c
/freebsd/lib/libthr/thread/thr_umtx.c
/freebsd/lib/libthr/thread/thr_yield.c
/freebsd/sbin/md5/md5.1
/freebsd/share/man/man4/tcp_rack.4
/freebsd/share/man/man4/vmm.4
/freebsd/share/misc/bsd-family-tree
/freebsd/sys/amd64/amd64/elf_machdep.c
/freebsd/sys/arm/arm/elf_machdep.c
/freebsd/sys/arm64/arm64/elf32_machdep.c
/freebsd/sys/compat/linux/linux.c
/freebsd/sys/compat/linuxkpi/common/include/linux/skbuff.h
/freebsd/sys/dev/bnxt/bnxt_sysctl.c
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/fs/tarfs/tarfs_vfsops.c
/freebsd/sys/kern/imgact_elf.c
/freebsd/sys/kern/kern_ktrace.c
/freebsd/sys/kern/sys_generic.c
/freebsd/sys/kern/sys_timerfd.c
/freebsd/sys/kern/uipc_syscalls.c
/freebsd/sys/kern/vfs_bio.c
/freebsd/sys/netinet/sctp_syscalls.c
/freebsd/sys/powerpc/powerpc/elf64_machdep.c
/freebsd/sys/riscv/conf/GENERIC
/freebsd/sys/riscv/riscv/riscv_console.c
/freebsd/sys/sys/imgact_elf.h
/freebsd/sys/sys/mount.h
/freebsd/sys/sys/systm.h
/freebsd/tests/sys/fs/tarfs/Makefile
/freebsd/tests/sys/fs/tarfs/tarfs_test.sh
/freebsd/tests/sys/fs/tarfs/tarsum.c
/freebsd/tools/test/gpioevents/Makefile
/freebsd/tools/test/gpioevents/gpioevents.c
/freebsd/usr.bin/kdump/kdump.c
/freebsd/usr.sbin/diskinfo/diskinfo.8
/freebsd/usr.sbin/diskinfo/diskinfo.c
/freebsd/usr.sbin/jail/jail.c
beadbca602-Mar-2024 Warner Losh <imp@FreeBSD.org>

read(2): Add write cross reference

Add a write cross reference in the SEE ALSO section.

Sponsored by: Netflix

0d161f7b02-Mar-2024 Christopher Davidson <christopher.davidson@gmail.com>

read.2: Use .Fn markup instead of .Xr for read/write calls

Udpate both write / read references from .Xr to .Fn to eliminate
self-reference cross reference.

Reviewed by: imp
Pull Request: https://gi

read.2: Use .Fn markup instead of .Xr for read/write calls

Udpate both write / read references from .Xr to .Fn to eliminate
self-reference cross reference.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1128

show more ...

304cdac729-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: expose _getlogin consistently

Historically we exposed _getlogin as a private symbol on a per-arch basis
(except on aarch64 and riscv) for no obvious reason. We now need to
expose it for

lib{c,sys}: expose _getlogin consistently

Historically we exposed _getlogin as a private symbol on a per-arch basis
(except on aarch64 and riscv) for no obvious reason. We now need to
expose it for libc's use so remove the special case from
makesyscalls.lua and expose it in the generated syscalls.map.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44116

show more ...

6d3f4dcd29-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: make PSEUDO take a bare syscall name

Rather than having PSEUDO be a list of object files when all consumers
want syscall names or source files, make it a list of bare syscall
names like INTE

libsys: make PSEUDO take a bare syscall name

Rather than having PSEUDO be a list of object files when all consumers
want syscall names or source files, make it a list of bare syscall
names like INTERPOSED (which is built on PSEUDO).

Improve document of variables developers can set.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44108

show more ...

f102db5029-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: consolidate PSEUDO definitions

Consolidate in preparation for further cleanup.

Also relocate the sole NOASM entry.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44107

e52a917729-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: reduce makefile declaration duplication

Every PSEUDO entry (_foo.o) has a corresponding NOASM entry (foo.o) to
suppress its addition to ASM. Check PSEUDO instead when adding entries
to ASM.

libsys: reduce makefile declaration duplication

Every PSEUDO entry (_foo.o) has a corresponding NOASM entry (foo.o) to
suppress its addition to ASM. Check PSEUDO instead when adding entries
to ASM. No functional change.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44106

show more ...


/freebsd/RELNOTES
/freebsd/contrib/arm-optimized-routines/README
/freebsd/contrib/arm-optimized-routines/config.mk.dist
/freebsd/contrib/arm-optimized-routines/math/Dir.mk
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_cos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_cosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp2f_1u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_expf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_expf_1u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_log.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_log_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_logf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_math.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_pow.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_powf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_sin.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_sinf.c
/freebsd/contrib/arm-optimized-routines/math/exp10.c
/freebsd/contrib/arm-optimized-routines/math/exp_data.c
/freebsd/contrib/arm-optimized-routines/math/include/mathlib.h
/freebsd/contrib/arm-optimized-routines/math/math_config.h
/freebsd/contrib/arm-optimized-routines/math/test/mathbench.c
/freebsd/contrib/arm-optimized-routines/math/test/mathbench_funcs.h
/freebsd/contrib/arm-optimized-routines/math/test/mathbench_wrappers.h
/freebsd/contrib/arm-optimized-routines/math/test/mathtest.c
/freebsd/contrib/arm-optimized-routines/math/test/runulp.sh
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/exp10.tst
/freebsd/contrib/arm-optimized-routines/math/test/ulp.c
/freebsd/contrib/arm-optimized-routines/math/test/ulp.h
/freebsd/contrib/arm-optimized-routines/math/test/ulp_funcs.h
/freebsd/contrib/arm-optimized-routines/math/test/ulp_wrappers.h
/freebsd/contrib/arm-optimized-routines/math/tgamma128.c
/freebsd/contrib/arm-optimized-routines/math/tgamma128.h
/freebsd/contrib/arm-optimized-routines/math/tools/tgamma128_gen.jl
/freebsd/contrib/arm-optimized-routines/pl/math/Dir.mk
/freebsd/contrib/arm-optimized-routines/pl/math/acos_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/acosf_1u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/asin_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/asin_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/asinf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/asinf_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/asinh_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/asinhf_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/atan_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/atanf_2u9.c
/freebsd/contrib/arm-optimized-routines/pl/math/atanf_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/atanh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/atanhf_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/cbrt_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/cbrtf_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/cosh_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/coshf_1u9.c
/freebsd/contrib/arm-optimized-routines/pl/math/cospi_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/cospif_2u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/erf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/erf_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfc_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfc_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfcf_1u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfcf_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/erff_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/erff_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfinv_24u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfinvf_4u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/erfinvl.c
/freebsd/contrib/arm-optimized-routines/pl/math/expf.c
/freebsd/contrib/arm-optimized-routines/pl/math/expm1_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/expm1f_1u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/finite_pow.h
/freebsd/contrib/arm-optimized-routines/pl/math/include/mathlib.h
/freebsd/contrib/arm-optimized-routines/pl/math/include/pl_test.h
/freebsd/contrib/arm-optimized-routines/pl/math/log1p_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/log1pf_2u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/math_config.h
/freebsd/contrib/arm-optimized-routines/pl/math/math_err.c
/freebsd/contrib/arm-optimized-routines/pl/math/math_errf.c
/freebsd/contrib/arm-optimized-routines/pl/math/pl_sig.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_advsimd_f32.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_advsimd_f64.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_generic.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_scalar_f32.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_scalar_f64.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_sve_f32.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_sve_f64.h
/freebsd/contrib/arm-optimized-routines/pl/math/poly_sve_generic.h
/freebsd/contrib/arm-optimized-routines/pl/math/sinh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sinhf_2u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/sinpi_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sinpif_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_acos_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_acosf_1u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_acosh_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_acoshf_2u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_asin_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_asinf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_asinh_3u0.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_asinhf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atan2_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atan2f_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atan_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atanf_2u9.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atanh_3u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_atanhf_2u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cbrt_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cbrtf_1u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cexpi_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cexpif_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cos_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cosf_2u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cosh_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_coshf_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cospi_3u2.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_cospif_2u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erf_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erfc_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erfcf_1u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erff_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_erff_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_exp10_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_exp10f_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_exp2_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_exp2f_1u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_exp_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_expf_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_expf_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_expm1_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_expm1f_1u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_expm1f_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_hypot_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_hypotf_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log10_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log10f_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log1p_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log1p_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log1pf_1u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log1pf_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log2_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log2f_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_log_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_logf_3u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_math.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_pow_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_powf_2u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_powi.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_powif.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sin_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sincos_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sincos_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sincosf_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sincosf_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sinf_1u9.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sinh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sinhf_2u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sinpi_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_sinpif_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_tan_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_tanf_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_tanh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/sv_tanhf_2u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/tanf_3u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/tanh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/tanhf_2u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/test/mathbench_funcs.h
/freebsd/contrib/arm-optimized-routines/pl/math/test/mathbench_wrappers.h
/freebsd/contrib/arm-optimized-routines/pl/math/test/pl_test.h
/freebsd/contrib/arm-optimized-routines/pl/math/test/runulp.sh
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/acos.tst
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/acosf.tst
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/asin.tst
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/asinf.tst
/freebsd/contrib/arm-optimized-routines/pl/math/test/ulp_funcs.h
/freebsd/contrib/arm-optimized-routines/pl/math/test/ulp_wrappers.h
/freebsd/contrib/arm-optimized-routines/pl/math/tools/asin.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/asinf.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/erf.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/erfc.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/erfcf.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/erff.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/exp10.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/sincos.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/sincosf.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/tools/sinpi.sollya
/freebsd/contrib/arm-optimized-routines/pl/math/trigpi_references.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_acos_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_acosf_1u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_acosh_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_acoshf_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_asin_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_asinf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_asinh_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_asinhf_2u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atan2_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atan2f_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atan_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atanf_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atanh_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_atanhf_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cbrt_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cbrtf_1u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cexpi_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cexpif_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cosh_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_coshf_2u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cospi_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_cospif_3u2.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erf_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erfc_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erfcf_1u7.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erff_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erfinv_25u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_erfinvf_5u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp10_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp10f_2u4.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp2_2u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp_tail_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_exp_tail_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_expf_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_expm1_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_expm1f_1u6.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_expm1f_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_hypot_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_hypotf_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log10_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log10_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log10f_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log1p_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log1p_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_log1pf_2u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log1pf_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_log2_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log2_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log2f_2u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_log_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_logf_inline.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_math.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_pow_1u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_pow_exp_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_pow_log_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_powf_data.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sincos_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sincos_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_sincosf_1u8.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sincosf_common.h
/freebsd/contrib/arm-optimized-routines/pl/math/v_sinh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sinhf_2u3.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sinpi_3u1.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_sinpif_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_tan_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_tanf_3u5.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_tanh_3u.c
/freebsd/contrib/arm-optimized-routines/pl/math/v_tanhf_2u6.c
/freebsd/contrib/arm-optimized-routines/string/aarch64/asmdefs.h
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy-advsimd.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy-mops.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memmove-mops.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memset-mops.S
/freebsd/contrib/arm-optimized-routines/string/bench/memcpy.c
/freebsd/contrib/arm-optimized-routines/string/include/stringlib.h
/freebsd/contrib/arm-optimized-routines/string/test/memcpy.c
/freebsd/contrib/arm-optimized-routines/string/test/memmove.c
/freebsd/contrib/arm-optimized-routines/string/test/memset.c
/freebsd/contrib/libucl/libucl.pc
/freebsd/contrib/libucl/python/ucl.pyi
/freebsd/contrib/libucl/tests/schema/definitions.json.disabled
/freebsd/contrib/libucl/tests/schema/refRemote.json.disabled
/freebsd/contrib/one-true-awk/FIXES
/freebsd/contrib/one-true-awk/FIXES.1e
/freebsd/contrib/one-true-awk/README.md
/freebsd/contrib/one-true-awk/awk.1
/freebsd/contrib/one-true-awk/awk.h
/freebsd/contrib/one-true-awk/awkgram.y
/freebsd/contrib/one-true-awk/b.c
/freebsd/contrib/one-true-awk/bugs-fixed/REGRESS
/freebsd/contrib/one-true-awk/bugs-fixed/getline-corruption.awk
/freebsd/contrib/one-true-awk/bugs-fixed/getline-corruption.in
/freebsd/contrib/one-true-awk/bugs-fixed/getline-corruption.ok
/freebsd/contrib/one-true-awk/bugs-fixed/matchop-deref.awk
/freebsd/contrib/one-true-awk/bugs-fixed/matchop-deref.bad
/freebsd/contrib/one-true-awk/bugs-fixed/matchop-deref.in
/freebsd/contrib/one-true-awk/bugs-fixed/matchop-deref.ok
/freebsd/contrib/one-true-awk/bugs-fixed/missing-precision.ok
/freebsd/contrib/one-true-awk/bugs-fixed/negative-nf.ok
/freebsd/contrib/one-true-awk/bugs-fixed/pfile-overflow.ok
/freebsd/contrib/one-true-awk/bugs-fixed/rstart-rlength.awk
/freebsd/contrib/one-true-awk/bugs-fixed/rstart-rlength.ok
/freebsd/contrib/one-true-awk/bugs-fixed/system-status.awk
/freebsd/contrib/one-true-awk/bugs-fixed/system-status.bad
/freebsd/contrib/one-true-awk/bugs-fixed/system-status.ok
/freebsd/contrib/one-true-awk/bugs-fixed/system-status.ok2
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-1.awk
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-1.in
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-1.ok
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-2.awk
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-2.in
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-2.ok
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-null-match.awk
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-null-match.bad
/freebsd/contrib/one-true-awk/bugs-fixed/unicode-null-match.ok
/freebsd/contrib/one-true-awk/lex.c
/freebsd/contrib/one-true-awk/lib.c
/freebsd/contrib/one-true-awk/main.c
/freebsd/contrib/one-true-awk/makefile
/freebsd/contrib/one-true-awk/maketab.c
/freebsd/contrib/one-true-awk/parse.c
/freebsd/contrib/one-true-awk/proto.h
/freebsd/contrib/one-true-awk/run.c
/freebsd/contrib/one-true-awk/testdir/Compare.tt
/freebsd/contrib/one-true-awk/testdir/REGRESS
/freebsd/contrib/one-true-awk/testdir/T.argv
/freebsd/contrib/one-true-awk/testdir/T.csv
/freebsd/contrib/one-true-awk/testdir/T.flags
/freebsd/contrib/one-true-awk/testdir/T.misc
/freebsd/contrib/one-true-awk/testdir/T.overflow
/freebsd/contrib/one-true-awk/testdir/T.split
/freebsd/contrib/one-true-awk/testdir/T.utf
/freebsd/contrib/one-true-awk/testdir/T.utfre
/freebsd/contrib/one-true-awk/testdir/tt.15
/freebsd/contrib/one-true-awk/tran.c
Makefile.sys
/freebsd/libexec/rtld-elf/Makefile
/freebsd/share/man/man9/firmware.9
/freebsd/share/misc/Makefile
/freebsd/share/misc/usb_vendors
/freebsd/stand/efi/loader/main.c
/freebsd/stand/libsa/zfs/zfsimpl.c
/freebsd/stand/lua/cli.lua
/freebsd/stand/lua/config.lua
/freebsd/stand/lua/core.lua
/freebsd/sys/conf/ldscript.amd64
/freebsd/sys/conf/ldscript.arm
/freebsd/sys/conf/ldscript.arm64
/freebsd/sys/conf/ldscript.i386
/freebsd/sys/conf/ldscript.powerpc
/freebsd/sys/conf/ldscript.powerpc64
/freebsd/sys/conf/ldscript.powerpc64le
/freebsd/sys/conf/ldscript.powerpcspe
/freebsd/sys/conf/ldscript.riscv
/freebsd/sys/kern/subr_firmware.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/powerpc/ofw/ofw_machdep.c
/freebsd/usr.bin/lorder/lorder.sh
/freebsd/usr.bin/lorder/tests/lorder_test.sh
/freebsd/usr.sbin/usbconfig/dump.c
/freebsd/usr.sbin/usbconfig/pathnames.h
882d9f4529-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: expose cap_sandboxed from libc/gen

It's a thin wrapper on cap_getmode() implemented in libc, not a system
call so the symbol should have been exposed by libc/gen/Symbol.map
alongside the

lib{c,sys}: expose cap_sandboxed from libc/gen

It's a thin wrapper on cap_getmode() implemented in libc, not a system
call so the symbol should have been exposed by libc/gen/Symbol.map
alongside the implementation.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44110

show more ...


/freebsd/contrib/pf/authpf/authpf.c
/freebsd/contrib/xz/AUTHORS
/freebsd/contrib/xz/COPYING
/freebsd/contrib/xz/COPYING.0BSD
/freebsd/contrib/xz/COPYING.CC-BY-SA-4.0
/freebsd/contrib/xz/ChangeLog
/freebsd/contrib/xz/README
/freebsd/contrib/xz/THANKS
/freebsd/contrib/xz/TODO
/freebsd/contrib/xz/doxygen/Doxyfile
/freebsd/contrib/xz/doxygen/footer.html
/freebsd/contrib/xz/doxygen/update-doxygen
/freebsd/contrib/xz/src/common/mythread.h
/freebsd/contrib/xz/src/common/sysdefs.h
/freebsd/contrib/xz/src/common/tuklib_common.h
/freebsd/contrib/xz/src/common/tuklib_config.h
/freebsd/contrib/xz/src/common/tuklib_cpucores.c
/freebsd/contrib/xz/src/common/tuklib_cpucores.h
/freebsd/contrib/xz/src/common/tuklib_exit.c
/freebsd/contrib/xz/src/common/tuklib_exit.h
/freebsd/contrib/xz/src/common/tuklib_gettext.h
/freebsd/contrib/xz/src/common/tuklib_integer.h
/freebsd/contrib/xz/src/common/tuklib_mbstr.h
/freebsd/contrib/xz/src/common/tuklib_mbstr_fw.c
/freebsd/contrib/xz/src/common/tuklib_mbstr_width.c
/freebsd/contrib/xz/src/common/tuklib_open_stdxxx.c
/freebsd/contrib/xz/src/common/tuklib_open_stdxxx.h
/freebsd/contrib/xz/src/common/tuklib_physmem.c
/freebsd/contrib/xz/src/common/tuklib_physmem.h
/freebsd/contrib/xz/src/common/tuklib_progname.c
/freebsd/contrib/xz/src/common/tuklib_progname.h
/freebsd/contrib/xz/src/liblzma/api/lzma.h
/freebsd/contrib/xz/src/liblzma/api/lzma/base.h
/freebsd/contrib/xz/src/liblzma/api/lzma/bcj.h
/freebsd/contrib/xz/src/liblzma/api/lzma/block.h
/freebsd/contrib/xz/src/liblzma/api/lzma/check.h
/freebsd/contrib/xz/src/liblzma/api/lzma/container.h
/freebsd/contrib/xz/src/liblzma/api/lzma/delta.h
/freebsd/contrib/xz/src/liblzma/api/lzma/filter.h
/freebsd/contrib/xz/src/liblzma/api/lzma/hardware.h
/freebsd/contrib/xz/src/liblzma/api/lzma/index.h
/freebsd/contrib/xz/src/liblzma/api/lzma/index_hash.h
/freebsd/contrib/xz/src/liblzma/api/lzma/lzma12.h
/freebsd/contrib/xz/src/liblzma/api/lzma/stream_flags.h
/freebsd/contrib/xz/src/liblzma/api/lzma/version.h
/freebsd/contrib/xz/src/liblzma/api/lzma/vli.h
/freebsd/contrib/xz/src/liblzma/check/check.c
/freebsd/contrib/xz/src/liblzma/check/check.h
/freebsd/contrib/xz/src/liblzma/check/crc32_arm64.h
/freebsd/contrib/xz/src/liblzma/check/crc32_fast.c
/freebsd/contrib/xz/src/liblzma/check/crc32_small.c
/freebsd/contrib/xz/src/liblzma/check/crc32_table.c
/freebsd/contrib/xz/src/liblzma/check/crc32_table_be.h
/freebsd/contrib/xz/src/liblzma/check/crc32_table_le.h
/freebsd/contrib/xz/src/liblzma/check/crc32_tablegen.c
/freebsd/contrib/xz/src/liblzma/check/crc32_x86.S
/freebsd/contrib/xz/src/liblzma/check/crc64_fast.c
/freebsd/contrib/xz/src/liblzma/check/crc64_small.c
/freebsd/contrib/xz/src/liblzma/check/crc64_table.c
/freebsd/contrib/xz/src/liblzma/check/crc64_table_be.h
/freebsd/contrib/xz/src/liblzma/check/crc64_table_le.h
/freebsd/contrib/xz/src/liblzma/check/crc64_tablegen.c
/freebsd/contrib/xz/src/liblzma/check/crc64_x86.S
/freebsd/contrib/xz/src/liblzma/check/crc_common.h
/freebsd/contrib/xz/src/liblzma/check/crc_x86_clmul.h
/freebsd/contrib/xz/src/liblzma/common/alone_decoder.c
/freebsd/contrib/xz/src/liblzma/common/alone_decoder.h
/freebsd/contrib/xz/src/liblzma/common/alone_encoder.c
/freebsd/contrib/xz/src/liblzma/common/auto_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_buffer_encoder.h
/freebsd/contrib/xz/src/liblzma/common/block_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_decoder.h
/freebsd/contrib/xz/src/liblzma/common/block_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_encoder.h
/freebsd/contrib/xz/src/liblzma/common/block_header_decoder.c
/freebsd/contrib/xz/src/liblzma/common/block_header_encoder.c
/freebsd/contrib/xz/src/liblzma/common/block_util.c
/freebsd/contrib/xz/src/liblzma/common/common.c
/freebsd/contrib/xz/src/liblzma/common/common.h
/freebsd/contrib/xz/src/liblzma/common/easy_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/easy_decoder_memusage.c
/freebsd/contrib/xz/src/liblzma/common/easy_encoder.c
/freebsd/contrib/xz/src/liblzma/common/easy_encoder_memusage.c
/freebsd/contrib/xz/src/liblzma/common/easy_preset.c
/freebsd/contrib/xz/src/liblzma/common/easy_preset.h
/freebsd/contrib/xz/src/liblzma/common/file_info.c
/freebsd/contrib/xz/src/liblzma/common/filter_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_common.c
/freebsd/contrib/xz/src/liblzma/common/filter_common.h
/freebsd/contrib/xz/src/liblzma/common/filter_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_decoder.h
/freebsd/contrib/xz/src/liblzma/common/filter_encoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_encoder.h
/freebsd/contrib/xz/src/liblzma/common/filter_flags_decoder.c
/freebsd/contrib/xz/src/liblzma/common/filter_flags_encoder.c
/freebsd/contrib/xz/src/liblzma/common/hardware_cputhreads.c
/freebsd/contrib/xz/src/liblzma/common/hardware_physmem.c
/freebsd/contrib/xz/src/liblzma/common/index.c
/freebsd/contrib/xz/src/liblzma/common/index.h
/freebsd/contrib/xz/src/liblzma/common/index_decoder.c
/freebsd/contrib/xz/src/liblzma/common/index_decoder.h
/freebsd/contrib/xz/src/liblzma/common/index_encoder.c
/freebsd/contrib/xz/src/liblzma/common/index_encoder.h
/freebsd/contrib/xz/src/liblzma/common/index_hash.c
/freebsd/contrib/xz/src/liblzma/common/lzip_decoder.c
/freebsd/contrib/xz/src/liblzma/common/lzip_decoder.h
/freebsd/contrib/xz/src/liblzma/common/memcmplen.h
/freebsd/contrib/xz/src/liblzma/common/microlzma_decoder.c
/freebsd/contrib/xz/src/liblzma/common/microlzma_encoder.c
/freebsd/contrib/xz/src/liblzma/common/outqueue.c
/freebsd/contrib/xz/src/liblzma/common/outqueue.h
/freebsd/contrib/xz/src/liblzma/common/stream_buffer_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_buffer_encoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_decoder.h
/freebsd/contrib/xz/src/liblzma/common/stream_decoder_mt.c
/freebsd/contrib/xz/src/liblzma/common/stream_encoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_encoder_mt.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_common.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_common.h
/freebsd/contrib/xz/src/liblzma/common/stream_flags_decoder.c
/freebsd/contrib/xz/src/liblzma/common/stream_flags_encoder.c
/freebsd/contrib/xz/src/liblzma/common/string_conversion.c
/freebsd/contrib/xz/src/liblzma/common/vli_decoder.c
/freebsd/contrib/xz/src/liblzma/common/vli_encoder.c
/freebsd/contrib/xz/src/liblzma/common/vli_size.c
/freebsd/contrib/xz/src/liblzma/delta/delta_common.c
/freebsd/contrib/xz/src/liblzma/delta/delta_common.h
/freebsd/contrib/xz/src/liblzma/delta/delta_decoder.c
/freebsd/contrib/xz/src/liblzma/delta/delta_decoder.h
/freebsd/contrib/xz/src/liblzma/delta/delta_encoder.c
/freebsd/contrib/xz/src/liblzma/delta/delta_encoder.h
/freebsd/contrib/xz/src/liblzma/delta/delta_private.h
/freebsd/contrib/xz/src/liblzma/liblzma.pc.in
/freebsd/contrib/xz/src/liblzma/liblzma_generic.map
/freebsd/contrib/xz/src/liblzma/liblzma_linux.map
/freebsd/contrib/xz/src/liblzma/lz/lz_decoder.c
/freebsd/contrib/xz/src/liblzma/lz/lz_decoder.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder.c
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_hash.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_hash_table.h
/freebsd/contrib/xz/src/liblzma/lz/lz_encoder_mf.c
/freebsd/contrib/xz/src/liblzma/lzma/fastpos.h
/freebsd/contrib/xz/src/liblzma/lzma/fastpos_table.c
/freebsd/contrib/xz/src/liblzma/lzma/fastpos_tablegen.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_decoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_decoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_encoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma2_encoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_common.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_decoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_decoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder.h
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_presets.c
/freebsd/contrib/xz/src/liblzma/lzma/lzma_encoder_private.h
/freebsd/contrib/xz/src/liblzma/rangecoder/price.h
/freebsd/contrib/xz/src/liblzma/rangecoder/price_table.c
/freebsd/contrib/xz/src/liblzma/rangecoder/price_tablegen.c
/freebsd/contrib/xz/src/liblzma/rangecoder/range_common.h
/freebsd/contrib/xz/src/liblzma/rangecoder/range_decoder.h
/freebsd/contrib/xz/src/liblzma/rangecoder/range_encoder.h
/freebsd/contrib/xz/src/liblzma/simple/arm.c
/freebsd/contrib/xz/src/liblzma/simple/arm64.c
/freebsd/contrib/xz/src/liblzma/simple/armthumb.c
/freebsd/contrib/xz/src/liblzma/simple/ia64.c
/freebsd/contrib/xz/src/liblzma/simple/powerpc.c
/freebsd/contrib/xz/src/liblzma/simple/riscv.c
/freebsd/contrib/xz/src/liblzma/simple/simple_coder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_coder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_decoder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_decoder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_encoder.c
/freebsd/contrib/xz/src/liblzma/simple/simple_encoder.h
/freebsd/contrib/xz/src/liblzma/simple/simple_private.h
/freebsd/contrib/xz/src/liblzma/simple/sparc.c
/freebsd/contrib/xz/src/liblzma/simple/x86.c
/freebsd/contrib/xz/src/liblzma/validate_map.sh
/freebsd/contrib/xz/src/lzmainfo/lzmainfo.1
/freebsd/contrib/xz/src/lzmainfo/lzmainfo.c
/freebsd/contrib/xz/src/xz/args.c
/freebsd/contrib/xz/src/xz/args.h
/freebsd/contrib/xz/src/xz/coder.c
/freebsd/contrib/xz/src/xz/coder.h
/freebsd/contrib/xz/src/xz/file_io.c
/freebsd/contrib/xz/src/xz/file_io.h
/freebsd/contrib/xz/src/xz/hardware.c
/freebsd/contrib/xz/src/xz/hardware.h
/freebsd/contrib/xz/src/xz/list.c
/freebsd/contrib/xz/src/xz/list.h
/freebsd/contrib/xz/src/xz/main.c
/freebsd/contrib/xz/src/xz/main.h
/freebsd/contrib/xz/src/xz/message.c
/freebsd/contrib/xz/src/xz/message.h
/freebsd/contrib/xz/src/xz/mytime.c
/freebsd/contrib/xz/src/xz/mytime.h
/freebsd/contrib/xz/src/xz/options.c
/freebsd/contrib/xz/src/xz/options.h
/freebsd/contrib/xz/src/xz/private.h
/freebsd/contrib/xz/src/xz/sandbox.c
/freebsd/contrib/xz/src/xz/sandbox.h
/freebsd/contrib/xz/src/xz/signals.c
/freebsd/contrib/xz/src/xz/signals.h
/freebsd/contrib/xz/src/xz/suffix.c
/freebsd/contrib/xz/src/xz/suffix.h
/freebsd/contrib/xz/src/xz/util.c
/freebsd/contrib/xz/src/xz/util.h
/freebsd/contrib/xz/src/xz/xz.1
/freebsd/contrib/xz/src/xzdec/xzdec.1
/freebsd/contrib/xz/src/xzdec/xzdec.c
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/include/protocols/dumprestore.h
/freebsd/lib/libc/gen/Symbol.map
/freebsd/lib/libc/tests/sys/Makefile
/freebsd/lib/libc/tests/sys/errno_test.c
/freebsd/lib/liblzma/Makefile
/freebsd/lib/liblzma/Symbol.map
/freebsd/lib/liblzma/Versions.def
/freebsd/lib/liblzma/config.h
/freebsd/lib/libpam/modules/modules.inc
/freebsd/lib/libpam/modules/pam_xdg/Makefile
/freebsd/lib/libpam/modules/pam_xdg/pam_xdg.8
/freebsd/lib/libpam/modules/pam_xdg/pam_xdg.c
/freebsd/lib/libpam/pam.d/system
/freebsd/lib/libpam/pam.d/xdm
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
Symbol.sys.map
/freebsd/libexec/rc/rc.conf
/freebsd/libexec/rc/rc.d/var_run
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/sbin/ldconfig/elfhints.c
/freebsd/sbin/ldconfig/ldconfig.8
/freebsd/sbin/ldconfig/ldconfig.c
/freebsd/sbin/ldconfig/ldconfig.h
/freebsd/sbin/md5/md5.1
/freebsd/sbin/nvmecontrol/nvmecontrol.8
/freebsd/sbin/pfctl/pfctl.c
/freebsd/share/man/man4/pcm.4
/freebsd/share/man/man4/snd_hdspe.4
/freebsd/share/man/man4/tcp_rack.4
/freebsd/share/misc/pci_vendors
/freebsd/share/mk/local.dirdeps-targets.mk
/freebsd/stand/common/gfx_fb.c
/freebsd/stand/common/gfx_fb.h
/freebsd/stand/common/interp_simple.c
/freebsd/stand/efi/boot1/Makefile
/freebsd/stand/efi/loader/Makefile
/freebsd/stand/efi/loader/arch/amd64/amd64.ldscript
/freebsd/stand/efi/loader/arch/arm/arm.ldscript
/freebsd/stand/efi/loader/arch/arm64/arm64.ldscript
/freebsd/stand/efi/loader/arch/riscv/riscv.ldscript
/freebsd/stand/ficl/ficl.h
/freebsd/stand/ficl/gfx_loader.c
/freebsd/stand/ficl/loader.c
/freebsd/stand/kboot/kboot/Makefile
/freebsd/stand/kboot/kboot/arch/aarch64/Makefile.inc
/freebsd/stand/kboot/kboot/arch/aarch64/aarch64.ldscript
/freebsd/stand/kboot/kboot/arch/amd64/Makefile.inc
/freebsd/stand/kboot/kboot/arch/amd64/amd64.ldscript
/freebsd/stand/kboot/kboot/arch/powerpc64/Makefile.inc
/freebsd/stand/kboot/kboot/arch/powerpc64/powerpc64.ldscript
/freebsd/stand/liblua/gfx_utils.c
/freebsd/stand/liblua/lutils.c
/freebsd/stand/liblua/lutils.h
/freebsd/stand/libsa/zfs/zfs.c
/freebsd/stand/lua/loader.lua.8
/freebsd/stand/powerpc/ofw/Makefile
/freebsd/stand/powerpc/ofw/powerpc.ldscript
/freebsd/stand/powerpc/ofw/powerpc64.ldscript
/freebsd/stand/powerpc/ofw/powerpc64le.ldscript
/freebsd/stand/powerpc/ofw/powerpcspe.ldscript
/freebsd/stand/powerpc/ofw/ppc-common.ldscript
/freebsd/stand/uboot/Makefile
/freebsd/stand/uboot/arch/arm/Makefile.inc
/freebsd/stand/uboot/arch/arm/arm.ldscript
/freebsd/stand/uboot/arch/powerpc/powerpc.ldscript
/freebsd/sys/arm/altera/socfpga/files.socfpga
/freebsd/sys/arm/rockchip/files.rk32xx
/freebsd/sys/arm64/arm64/gic_v3_reg.h
/freebsd/sys/arm64/arm64/gicv3_its.c
/freebsd/sys/arm64/conf/NOTES
/freebsd/sys/arm64/conf/std.altera
/freebsd/sys/arm64/conf/std.rockchip
/freebsd/sys/cam/ctl/ctl.c
/freebsd/sys/cam/ctl/ctl_private.h
/freebsd/sys/compat/linux/linux_netlink.c
/freebsd/sys/conf/files
/freebsd/sys/conf/files.arm
/freebsd/sys/conf/files.arm64
/freebsd/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd/sys/dev/bhnd/cores/usb/bhnd_usb.c
/freebsd/sys/dev/bxe/bxe.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.h
/freebsd/sys/dev/dpaa2/dpaa2_mc_acpi.c
/freebsd/sys/dev/dpaa2/dpaa2_mc_fdt.c
/freebsd/sys/dev/dwc/dwc1000_reg.h
/freebsd/sys/dev/hyperv/netvsc/if_hn.c
/freebsd/sys/dev/hyperv/netvsc/if_hnreg.h
/freebsd/sys/dev/sound/pci/hdspe-pcm.c
/freebsd/sys/dev/sound/pci/hdspe.c
/freebsd/sys/dev/sound/usb/uaudio.c
/freebsd/sys/dev/vge/if_vge.c
/freebsd/sys/kern/kern_umtx.c
/freebsd/sys/kern/sched_4bsd.c
/freebsd/sys/kern/sched_ule.c
/freebsd/sys/kern/subr_rman.c
/freebsd/sys/kern/tty.c
/freebsd/sys/net/if_lagg.c
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/cc/cc.c
/freebsd/sys/netinet/cc/cc.h
/freebsd/sys/netinet/cc/cc_cdg.c
/freebsd/sys/netinet/cc/cc_chd.c
/freebsd/sys/netinet/cc/cc_cubic.c
/freebsd/sys/netinet/cc/cc_dctcp.c
/freebsd/sys/netinet/cc/cc_hd.c
/freebsd/sys/netinet/cc/cc_htcp.c
/freebsd/sys/netinet/cc/cc_newreno.c
/freebsd/sys/netinet/cc/cc_vegas.c
/freebsd/sys/netinet/ip_carp.c
/freebsd/sys/netinet/sctp_input.c
/freebsd/sys/netinet/sctp_output.c
/freebsd/sys/netinet/sctp_output.h
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netipsec/xform_esp.c
/freebsd/sys/netlink/netlink_message_parser.c
/freebsd/sys/netlink/netlink_message_parser.h
/freebsd/sys/netlink/netlink_snl.h
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/riscv/conf/GENERIC
/freebsd/sys/riscv/conf/NOTES
/freebsd/sys/riscv/conf/std.starfive
/freebsd/sys/riscv/starfive/files.starfive
/freebsd/sys/sys/rman.h
/freebsd/tests/sys/kern/fdgrowtable_test.c
/freebsd/tests/sys/kern/sigsys.c
/freebsd/tests/sys/kern/socket_msg_trunc.c
/freebsd/tests/sys/kern/unix_seqpacket_test.c
/freebsd/tests/sys/netpfil/pf/nat66.py
/freebsd/tools/test/stress2/misc/mapwrite.sh
/freebsd/tools/test/stress2/misc/mmap41.sh
/freebsd/tools/test/stress2/misc/mmap42.sh
/freebsd/tools/test/stress2/misc/mmap43.sh
/freebsd/tools/test/stress2/misc/mmap44.sh
/freebsd/tools/test/stress2/tools/serial.c
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/diff/diff.1
/freebsd/usr.bin/diff/diff.c
/freebsd/usr.bin/diff/diffreg.c
/freebsd/usr.bin/lorder/Makefile
/freebsd/usr.bin/lorder/lorder.1
/freebsd/usr.bin/lorder/lorder.sh
/freebsd/usr.bin/lorder/tests/Makefile
/freebsd/usr.bin/lorder/tests/lorder_test.sh
/freebsd/usr.bin/mkimg/mkimg.1
/freebsd/usr.bin/posixmqcontrol/Makefile
/freebsd/usr.bin/posixmqcontrol/posixmqcontrol.1
/freebsd/usr.bin/posixmqcontrol/posixmqcontrol.c
/freebsd/usr.bin/posixmqcontrol/posixmqcontroltest8qs.sh
/freebsd/usr.bin/posixmqcontrol/posixmqcontroltest8x64.sh
/freebsd/usr.bin/posixmqcontrol/posixmqcontroltestsane.sh
/freebsd/usr.bin/xz/Makefile
/freebsd/usr.sbin/ofwdump/ofwdump.c
c5698afc23-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: remove duplicate, commented out code

7d233b2223-Feb-2024 Konstantin Belousov <kib@FreeBSD.org>

libsys: fix sleep(3)/usleep(3) cancel behavior

Move functions back to libc/gen sources; they are only versioned from
libc and not libsys.
Access libsys interposing slots using __libsys_interposing_s

libsys: fix sleep(3)/usleep(3) cancel behavior

Move functions back to libc/gen sources; they are only versioned from
libc and not libsys.
Access libsys interposing slots using __libsys_interposing_slot()
instead of direct __libsys_interposing array dereference, which cannot
work from libc.

Reported by: glebius
Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D44042

show more ...

1234567