/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 29 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 D | module.modulemap | 44 // 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 D | WITH_REPRODUCIBLE_BUILD | 1 Exclude build metadata (such as the build time, user, or host)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSHandler.h | 58 const std::vector<std::string> &Exclude = {});
|
/freebsd/bin/sh/tests/builtins/ |
H A D | read5.0 | 7 # Exclude backslash and newline.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 82 std::string Exclude; member
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 137 ArrayRef<OptSpecifier> Exclude = std::nullopt; in AddAllArgs() local 138 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
|
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 2 # Exclude names must start in column 1 84 # Exclude NFS loopback tests
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | Opts.td | 40 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 D | IFSHandler.cpp | 349 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 D | imx8mq-phanbell.dts | 98 <&A53_0 0 1>; /* Exclude highest OPP */ 104 <&A53_0 0 2>; /* Exclude two highest OPPs */
|
/freebsd/contrib/llvm-project/clang/include/ |
H A D | module.modulemap | 14 // 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 D | rtd129x.dtsi | 56 /* Exclude up to 2 GiB of RAM */
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Process.inc | 65 #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 D | zfs-dkms.spec.in | 7 # Exclude input files from mangling
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ManualFoldTables.def | 215 // Exclude these two b/c they would conflict with {MMX_MOVD64from64rr, MMX_MOVQ64mr} in unfolding t…
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-dkms.spec.in | 7 # Exclude input files from mangling
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 2006 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 D | Options.td | 50 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 508 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cms.pod.in | 483 Exclude the list of supported algorithms from signed attributes, other options
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 222 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 660 HelpText<"Exclude non-global symbols from the output symbol table">,
|
/freebsd/contrib/expat/ |
H A D | Changes | 363 #633 coverage.sh: Exclude MinGW headers
|