| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 418 const SmallInstructionSet &Exclude, 422 const SmallInstructionSet &Exclude, 427 const SmallInstructionSet &Exclude, 686 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument 704 if (L->contains(User) && !Exclude.count(User)) { in collectInLoopUserSet() 712 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) && in collectInLoopUserSet() 723 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument 727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 1026 SmallInstructionSet Exclude; in collectUsedInstructions() local 1028 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | libgcc-excl.ver | 1 # Exclude various symbols which should not be visible in libgcc.so for SH.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | module.modulemap | 27 // Exclude these; they're intended to be included into only a single 182 // Exclude this; it's an optional component of the ExecutionEngine. 185 // Exclude these; they're intended to be included into only a single 190 // Exclude headers from LLVM_OrcSupport. 420 // Exclude this; it should only be used on Windows. 423 // Exclude these; they are fundamentally non-modular.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSHandler.h | 58 const std::vector<std::string> &Exclude = {});
|
| /openbsd-src/gnu/llvm/llvm/lib/Option/ |
| H A D | ArgList.cpp | 130 ArrayRef<OptSpecifier> Exclude = std::nullopt; in AddAllArgs() local 131 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 77 std::string Exclude; member
|
| /openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 335 const std::vector<std::string> &Exclude) { in filterIFSSyms() argument 346 for (StringRef Glob : Exclude) { in filterIFSSyms()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ |
| H A D | module.modulemap | 9 // FIXME: Exclude these headers to avoid pulling all of the AST matchers 181 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 39 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>; 56 def no_rsrc : FF<"no-rsrc", "Exclude resource file symbols (__rsrc) from the export symbol list.">,…
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/ |
| H A D | llvm-ifs.cpp | 109 std::vector<std::string> Exclude; member 370 Config.Exclude.push_back(A->getValue()); in parseArgs() 507 if (Error E = filterIFSSyms(Stub, Config.StripUndefined, Config.Exclude)) in llvm_ifs_main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/ |
| H A D | Meta_1_2.pod | 455 (Spec 1.1) [optional] Exclude any listed file(s). 459 (Spec 1.1) [optional] Exclude anything below the listed 464 (Spec 1.1) [optional] Exclude the listed package(s).
|
| H A D | Meta_1_3.pod | 454 (Spec 1.1) [optional] Exclude any listed file(s). 458 (Spec 1.1) [optional] Exclude anything below the listed 467 (Spec 1.1) [optional] Exclude the listed package(s).
|
| H A D | Meta_1_4.pod | 468 (Spec 1.1) [optional] Exclude any listed file(s). 472 (Spec 1.1) [optional] Exclude anything below the listed 481 (Spec 1.1) [optional] Exclude the listed package(s).
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/ |
| H A D | CMakeLists.txt | 20 # Exclude libLLVMTableGen for the following reasons:
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 40 # Exclude this project from the all target
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Options.td | 66 "Exclude symbols from automatic export">, MetaVarName<"<symbol[,symbol,...]>">;
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-nm.rst | 304 Exclude resource file symbols (``__rsrc``) from export symbol list.
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1525 SetVector<SUnit *> &Exclude, in computePath() argument 1529 if (Exclude.contains(Cur)) in computePath() 1539 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1543 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Options.td | 48 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | descrip_mms.template | 570 Backup/Log/Verify [.lib.auto...]*.*;/Exclude=(*.al,*.ix) 'archroot'/New_Version 776 - If F$Search("*.Opt").nes."" Then Delete/NoConfirm/Log *.Opt;*/Exclude=PerlShr_*.Opt
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | CMakeLists.txt | 791 # Exclude any double-precision builtins if VFP is single-precision-only
|
| /openbsd-src/gnu/usr.bin/binutils/ld/po/ |
| H A D | ld.pot | 133 " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" 138 " --exclude-libs lib,lib,... Exclude libraries from automatic "
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 511 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/po/ |
| H A D | ld.pot | 156 " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" 162 " --exclude-libs lib,lib,... Exclude libraries from automatic "
|