/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-4-build-vm.sh | 8 # qemu-4-build-vm.sh OS [--enable-debug][--dkms][--poweroff] 9 # [--release][--repo][--tarball] 12 # --enable-debug: Build RPMs with '--enable-debug' (for testing) 13 # --dkms: Build DKMS RPMs as well 14 # --poweroff: Power-off the VM after building 15 # --release Build zfs-release*.rpm as well 16 # --repo After building everything, copy RPMs into /tmp/repo 19 # --tarball: Also build a tarball of ZFS source 28 while [[ $# -gt 0 ]]; do 30 --enable-debug) [all …]
|
H A D | qemu-3-deps-vm.sh | 11 set -eu 14 echo "##[group]Running pacman -Syu" 16 sudo pacman -Syu --noconfirm 20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \ 21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \ 22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 23 samba sysstat rng-tools rsync wget xxhash 30 echo "##[group]Running apt-get update+upgrade" 31 sudo apt-get update -y 32 sudo apt-get upgrade -y [all …]
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-kmod.spec.in | 2 %bcond_with debuginfo 4 Name: @PACKAGE@-kmod 13 Source0: @PACKAGE@-%{version}.tar.gz 14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 16 # Additional dependency information for the kmod sub-package must be specified 18 %(/bin/echo -e "\ 20 Conflicts: @PACKAGE@-dkms" > %{_sourcedir}/kmod-preamble) 32 %kernel_module_package -n %{kmod_name} -p %{_sourcedir}/kmod-preamble 37 %package -n kmod-%{kmod_name}-devel 41 %description -n kmod-%{kmod_name}-devel [all …]
|
H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 65 %bcond_with debuginfo 72 # Generic enable switch for systemd 90 %define __python_sitelib %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib())" 2>/dev/null || %{__python} -Esc "import sysconfig; print(sysconfig.get_path('purelib'))") 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}- [all...] |
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-kmod.spec.in | 8 if [ -e "/usr/src/linux-${kernel_version%%___*}" ]; then \ 9 echo "/usr/src/linux-${kernel_version%%___*}"; \ 10 elif [ -e "/lib/modules/${kernel_version%%___*}/source" ]; then \ 23 if [ -e "/usr/src/linux-${kernel_version%%___*}" ]; then \ 24 echo "/usr/src/linux-${kernel_version%%___*}"; \ 40 %bcond_with debuginfo 43 Name: %{module}-kmod 52 Source0: %{module}-%{version}.tar.gz 54 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n) 57 BuildRequires: elfutils-libelf-devel [all …]
|
H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 65 %bcond_with debuginfo 72 # Generic enable switch for systemd 90 … %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib(… 100 Source0: %{name}-%{version}.tar.gz 101 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 102 Requires: libzpool6%{?_isa} = %{version}-%{release} [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 1 //===- DWARFLinkerBase.h ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 16 #include "llvm/DebugInfo/DWARF/DWARFDebugLine.h" 17 #include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h" 18 #include "llvm/DebugInfo/DWARF/DWARFDie.h" 19 #include "llvm/DebugInfo/DWARF/DWARFExpression.h" 28 DebugInfo = 0, enumerator 97 /// Add an object file to be linked. Pre-load compile unit die. Call [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 1 //===- TypeReferenceTracker.cpp --------- [all...] |
H A D | DumpOutputStyle.cpp | 1 //===- DumpOutputStyle.cpp ------------------------------------ *- C++ --*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "llvm-pdbutil.h" 19 #include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h" 20 #include "llvm/DebugInfo/CodeView/CVTypeVisitor.h" 21 #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h" 22 #include "llvm/DebugInfo/CodeView/DebugCrossExSubsection.h" 23 #include "llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h" 24 #include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h" [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-build.m4 | 10 DEBUG_CFLAGS="-Werror" 11 DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG" 17 KERNEL_DEBUG_CFLAGS="-Werror" 18 KERNEL_DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG" 23 DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG" 29 KERNEL_DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG" 34 dnl # - Enable all ASSERTs (-DDEBUG) 35 dnl # - Promote all compiler warnings to errors (-Werror) 43 [AS_HELP_STRING([--enable-debug], 44 [Enable compiler and code assertions @<:@default=no@:>@])], [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.cpp | 1 //===-- SymbolFileDWARFDwo.cpp --------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 30 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo() 35 // Parsing of the dwarf unit index is not thread-safe, so we need to prime it in SymbolFileDWARFDwo() 36 // to enable subsequent concurrent lookups. in SymbolFileDWARFDwo() 43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash() 45 DebugInfo().GetUnitAtOffset(DIERef::Section::DebugInfo, in GetDWOCompileUnitForHash() 46 unit_contrib->getOffset())); in GetDWOCompileUnitForHash() 54 std::optional<uint64_t> dwo_id = cu->GetDWOId(); in GetDWOCompileUnitForHash() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zloop.yml | 8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 9 cancel-in-progress: true 13 runs-on: ubuntu-24.04 17 - uses: actions/checkout@v4 20 - name: Install dependencies 22 sudo apt-get purge -y snapd google-chrome-stable firefox 23 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu24 24 - name: Autogen.sh 26 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4 28 - name: Configure [all …]
|
H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | dkms.mkconf | 17 if [ -z "${pkgname}" ] || [ -z "${pkgver}" ] || [ -z "${filename}" ] || 18 [ -n "${err}" ]; then 19 echo "Usage: $PROG -n <pkgname> -v <pkgver> -c <pkgcfg> -f <filename>" 29 --disable-dependency-tracking 30 --prefix=/usr 31 --with-config=kernel 32 --with-linux=\$( 33 if [ -e "\${kernel_source_dir/%build/source}" ] 40 --with-linux-obj="\${kernel_source_dir}" 42 [[ -n \"\${ICP_ROOT}\" ]] && \\ [all …]
|
/freebsd/sys/contrib/openzfs/etc/default/ |
H A D | zfs.in | 6 # systemd-based setup, e.g. setting ZFS_MOUNT=no will not prevent systemd 7 # from launching zfs-mount.service during boot. 8 # See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901436 10 # To enable a boolean setting, set it to yes, on, true, or 1. 14 # Run `zfs load-key` during system start? 17 # Run `zfs unload-key` during system stop? 20 # Run `zfs mount -a` during system start? 23 # Run `zfs unmount -a` during system stop? 26 # Run `zfs share -a` during system start? 30 # Run `zfs unshare -a` during system stop? [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFTypeUnit.h | 1 //===- DWARFTypeUnit.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "llvm/DebugInfo/DWARF/DWARFUnit.h" 39 // Enable LLVM-style RTTI. 40 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
|
H A D | DWARFCompileUnit.h | 1 //===- DWARFCompileUnit.h ---------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "llvm/DebugInfo/DWARF/DWARFUnit.h" 37 /// Enable LLVM-style RTTI. 38 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 5 # Build static library during cross-tools stage 15 PICFLAG= -fPIC 19 SHARED_CXXFLAGS+= -UPIC # To avoid compile errors 21 CFLAGS+= -I${.OBJDIR} 22 CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/lib 28 .error Please enable at least one of: MK_LLVM_TARGET_AARCH64,\ target 35 CFLAGS+= -I${LLVM_SRCS}/lib/Target/${arch} 39 CFLAGS+= -I${LLVM_SRCS}/lib/ObjCopy 44 CFLAGS+= -DBLAKE3_NO_AVX512 -DBLAKE3_NO_AVX2 -DBLAKE3_NO_SSE41 \ 45 -DBLAKE3_NO_SSE2 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 1 //===-- InstrProfCorrelator.cpp -------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 #include "llvm/DebugInfo/DIContext.h" 11 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 12 #include "llvm/DebugInfo/DWARF/DWARFDie.h" 13 #include "llvm/DebugInfo/DWARF/DWARFExpression.h" 14 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h" 15 #include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h" 16 #include "llvm/DebugInfo/DWARF/DWARFUnit.h" [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 1 //===- optdriver.cpp - The LLVM Modular Optimizer -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // line, They are run in the order specified. Common driver library for re-use 11 // by potential downstream opt-variants. 13 //===----------------------------------------------------------------------===// 25 #include "llvm/Config/llvm-config.h" 27 #include "llvm/IR/DebugInfo.h" 71 "Optimizations available (use \"-passes=\" for the new pass manager)")); 74 "bugpoint-enable-legacy-pm", [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 1 //===-- LVCompare.cpp -------- [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 1 //===-- options.cpp - Command line options for llvm-debuginfo-analyzer----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This handles the command line options for llvm-debuginfo-analyzer. 11 //===----------------------------------------------------------------------===// 14 #include "llvm/DebugInfo/LogicalView/Core/LVOptions.h" 15 #include "llvm/DebugInfo/LogicalView/Core/LVSort.h" 42 //===----------------------------------------------------------------------===// 44 //===----------------------------------------------------------------------===// 49 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 1 //===-- LVOptions.h ---------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 18 #include "llvm/DebugInfo/LogicalView/Core/LVLine.h" 19 #include "llvm/DebugInfo/LogicalView/Core/LVScope.h" 20 #include "llvm/DebugInfo/LogicalView/Core/LVSymbol.h" 21 #include "llvm/DebugInfo/LogicalView/Core/LVType.h" 39 void reset##FAMILY##FIELD() { FAMILY.FIELD = -1U; } 65 // Generate get and set functions for '--attribute' [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1 //===- DWARFContext.cpp ---------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 17 #include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h" 18 #include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h" 19 #include "llvm/DebugInfo/DWARF/DWARFDataExtractor.h" 20 #include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h" 21 #include "llvm/DebugInfo/DWARF/DWARFDebugAddr.h" 22 #include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h" [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 1 //===--- DebugOptions.def - Debug option database ----------------- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines debug-specific codegen options. Users of this file 18 //===----------------------------------------------------------------------===// 51 DEBUGOPT(Dwarf64, 1, 0) ///< -gdwarf64. 52 BENIGN_DEBUGOPT(EnableDIPreservationVerify, 1, 0) ///< Enable di preservation 57 BENIGN_DEBUGOPT(ForceDwarfFrameSection , 1, 0) ///< Set when -fforce-dwarf-frame 60 ///< Set when -femit-dwarf-unwind is passed. 64 BENIGN_DEBUGOPT(NoDwarfDirectoryAsm , 1, 0) ///< Set when -fno-dwarf-directory-asm [all …]
|