Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:debuginfo (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-src/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in2 %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 -
[all...]
H A Dzfs.spec.in27 %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-src/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in8 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}-
[all...]
H A Dzfs.spec.in27 %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-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h1 //===- DWARFLinkerBase.h ---------
28 DebugInfo = 0, global() enumerator
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp1 //===- TypeReferenceTracker.cpp ------------------------------- *- C++ --*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
12 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
13 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
14 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
15 #include "llvm/DebugInfo/PDB/Native/SymbolStream.h"
16 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
46 // Build the hash map to enable resolving forward decls. in TypeReferenceTracker()
[all …]
H A DDumpOutputStyle.cpp1 //===- DumpOutputStyle.cpp ---------
[all...]
/freebsd-src/sys/contrib/openzfs/config/
H A Dzfs-build.m410 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 -DNDEBU
96 AC_ARG_ENABLE([debuginfo], global() optenable
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp1 //===-- SymbolFileDWARFDwo.cpp --------
[all...]
/freebsd-src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dsetup-dependencies.sh
/freebsd-src/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml1 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-src/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf17 if [ -z "${pkgname}" ] || [ -z "${pkgver}" ] || [ -z "${filename}" ] ||
18 [ -n "${err}" ]; then
19 echo "Usage: $PROG -n <pkgname> -v <pkgver> -c <pkgcfg> -f <filename>"
29 --disabl
[all...]
/freebsd-src/sys/contrib/openzfs/etc/default/
H A Dzfs.in6 # 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h1 //===- 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 DDWARFCompileUnit.h1 //===- 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-src/lib/clang/libllvm/
H A DMakefile7 CFLAGS+= -I${.OBJDIR}
8 CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/lib
14 .error Please enable at least one of: MK_LLVM_TARGET_AARCH64,\
21 CFLAGS+= -I${LLVM_SRCS}/lib/Target/${arch}
25 CFLAGS+= -I${LLVM_SRCS}/lib/ObjCopy
30 CFLAGS+= -DBLAKE3_NO_AVX512 -DBLAKE3_NO_AVX2 -DBLAKE3_NO_SSE41 \
31 -DBLAKE3_NO_SSE2
34 CFLAGS+= -DBLAKE3_USE_NEO
15 .error Please enable at least one of: MK_LLVM_TARGET_AARCH64,\ global() target
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp1 //===-- InstrProfCorrelator.cpp --------
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp1 //===- opt.cpp - The LLVM Modular Optimizer --------
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp1 //===-- LVCompare.cpp -----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 #include "llvm/DebugInfo/LogicalView/Core/LVCompare.h"
14 #include "llvm/DebugInfo/LogicalView/Core/LVOptions.h"
15 #include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
65 if (Element->getIsLine()) in getResultsEntry()
67 else if (Element->getIsScope()) in getResultsEntry()
69 else if (Element->getIsSymbol()) in getResultsEntry()
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp1 //===-- 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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def1 //===--- DebugOptions.def - Debug option database ------
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h1 //===-- LVOptions.h --------
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1 //===- DWARFContext.cpp ---------
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h1 //===- RuntimeDyld.h - Run-time dynamic linker for MC-JIT -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Interface for the runtime dynamic linker facilities of the MC-JIT.
11 //===----------------------------------------------------------------------===//
19 #include "llvm/DebugInfo/DIContext.h"
61 // Any relocations already associated with the symbol will be re-resolved.
124 /// thread-local storage (TLS).
131 /// \p CodeSize - the total size of all code sections
132 /// \p DataSizeRO - the total size of all read-only data sections
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp1 //===-- llc.cpp - Implement the LLVM Native Code Generator -------
[all...]

123