Home
last modified time | relevance | path

Searched refs:Exclude (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h29 Exclude, enumerator
125 bool isExclude() const { return K == Exclude; } in isExclude()
189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap44 // Exclude these; they're intended to be included into only a single
198 // Exclude this; it's an optional component of the ExecutionEngine.
201 // Exclude these; they're intended to be included into only a single
206 // Exclude headers from LLVM_OrcSupport.
385 // Exclude this; it should only be used on Windows.
388 // Exclude these; they are fundamentally non-modular.
/freebsd/tools/build/options/
H A DWITH_REPRODUCIBLE_BUILD1 Exclude build metadata (such as the build time, user, or host)
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h58 const std::vector<std::string> &Exclude = {});
/freebsd/bin/sh/tests/builtins/
H A Dread5.07 # Exclude backslash and newline.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h82 std::string Exclude; member
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp137 ArrayRef<OptSpecifier> Exclude = std::nullopt; in AddAllArgs() local
138 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
/freebsd/tools/test/stress2/misc/
H A Dall.exclude2 # Exclude names must start in column 1
84 # Exclude NFS loopback tests
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td40 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>;
57 def no_rsrc : FF<"no-rsrc", "Exclude resource file symbols (__rsrc) from the export symbol list.">, Group<grp_xcoff_o>;
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp349 const std::vector<std::string> &Exclude) { in filterIFSSyms()
360 for (StringRef Glob : Exclude) { in filterIFSSyms()
343 filterIFSSyms(IFSStub & Stub,bool StripUndefined,const std::vector<std::string> & Exclude) filterIFSSyms() argument
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-phanbell.dts98 <&A53_0 0 1>; /* Exclude highest OPP */
104 <&A53_0 0 2>; /* Exclude two highest OPPs */
/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap14 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
193 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
/freebsd/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd129x.dtsi56 /* Exclude up to 2 GiB of RAM */
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc65 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used
122 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ManualFoldTables.def215 // Exclude these two b/c they would conflict with {MMX_MOVD64from64rr, MMX_MOVQ64mr} in unfolding t…
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2006 SetVector<SUnit *> &Exclude, in computePath() argument
2010 if (Exclude.contains(Cur)) in computePath()
2020 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
2024 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td50 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp508 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cms.pod.in483 Exclude the list of supported algorithms from signed attributes, other options
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td222 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td660 HelpText<"Exclude non-global symbols from the output symbol table">,
/freebsd/contrib/expat/
H A DChanges363 #633 coverage.sh: Exclude MinGW headers

12