Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDSectionKind.h29 Exclude, enumerator
125 bool isExclude() const { return K == Exclude; } in isExclude()
189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
/freebsd-13-stable/tools/tools/git/
HDgit-svn-init62 -p Exclude ports
63 -s Exclude src
64 -d Exclude docs
/freebsd-13-stable/contrib/llvm-project/llvm/include/
HDmodule.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-13-stable/tools/build/options/
HDWITH_REPRODUCIBLE_BUILD1 Exclude build metadata (such as the build time, user, or host)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
HDIFSHandler.h58 const std::vector<std::string> &Exclude = {});
/freebsd-13-stable/bin/sh/tests/builtins/
HDread5.07 # Exclude backslash and newline.
/freebsd-13-stable/sys/contrib/openzfs/config/
HDAbigail.am4 # --no-unreferenced-symbols: Exclude symbols which are not referenced by
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
HDInstrumentation.h82 std::string Exclude; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
HDArgList.cpp137 ArrayRef<OptSpecifier> Exclude = std::nullopt; in addAllArgs() local
138 AddAllArgsExcept(Output, Ids, Exclude); in addAllArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
HDIFSHandler.cpp349 const std::vector<std::string> &Exclude) { in filterIFSSyms() argument
360 for (StringRef Glob : Exclude) { in filterIFSSyms()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDOpts.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.">,…
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/freescale/
HDimx8mq-phanbell.dts97 <&A53_0 0 1>; /* Exclude highest OPP */
103 <&A53_0 0 2>; /* Exclude two highest OPPs */
/freebsd-13-stable/contrib/llvm-project/clang/include/
HDmodule.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-13-stable/sys/contrib/device-tree/src/arm64/realtek/
HDrtd129x.dtsi56 /* Exclude up to 2 GiB of RAM */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDProcess.inc65 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used
122 #ifndef __MVS__ // Exclude for MVS in case -pedantic is used
/freebsd-13-stable/sys/contrib/openzfs/rpm/generic/
HDzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86ManualFoldTables.def215 // Exclude these two b/c they would conflict with {MMX_MOVD64from64rr, MMX_MOVQ64mr} in unfolding t…
/freebsd-13-stable/sys/contrib/openzfs/rpm/redhat/
Dzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachinePipeliner.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-13-stable/contrib/llvm-project/lld/COFF/
HDOptions.td50 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp508 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
/freebsd-13-stable/crypto/openssl/doc/man1/
HDcms.pod340 Exclude the list of supported algorithms from signed attributes, other options
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDOptions.td222 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDOptions.td660 HelpText<"Exclude non-global symbols from the output symbol table">,

12