Searched refs:Manager (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.mli9 (** Pass Manager Builder.
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DLegacyPassManagers.h9 // This file declares the LLVM Pass Manager infrastructure.
25 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
33 // Pass Manager Infrastructure uses multiple pass managers. They are
204 void addPassManager(PMDataManager *Manager) { argument
205 PassManagers.push_back(Manager);
208 // Add Manager into the list of managers that are not directly
210 inline void addIndirectPassManager(PMDataManager *Manager) { argument
211 IndirectPassManagers.push_back(Manager);
325 /// RequiredPass is run on the fly by Pass Manager when P requests it
491 /// Pass Manager itsel
[all...]
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp1 //===- ModuleManager.cpp - Module Manager ---------------------------------===//
488 static nodes_iterator nodes_begin(const ModuleManager &Manager) { argument
489 return nodes_iterator(Manager.begin());
492 static nodes_iterator nodes_end(const ModuleManager &Manager) { argument
493 return nodes_iterator(Manager.end());
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmake-rmg-checklist199 Release Manager's Guide with Checklist for $version ($type)
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h742 RetainSummaryManager &Manager; member in class:clang::ento::RetainSummaryTemplate
748 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
752 RealSummary = Manager.getPersistentSummary(ScratchSummary);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp9 // This file implements the legacy LLVM Pass Manager infrastructure.
34 // See PassManagers.h for Pass Manager infrastructure overview.
292 /// Pass Manager itself does not invalidate any analysis info.
408 /// Pass Manager itself does not invalidate any analysis info.
414 /// RequiredPass is run on the fly by Pass Manager when P requests it
424 StringRef getPassName() const override { return "Module Pass Manager"; }
431 dbgs().indent(Offset*2) << "ModulePass Manager\n";
496 /// Pass Manager itself does not invalidate any analysis info.
828 for (PMDataManager *Manager : PassManagers)
829 Manager
[all...]
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1179 tries two different interfaces. The Session Manager one does not work
1907 system menu, which shows only the Move, Close, and Task Manager choices,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1790 (Perl Package Description) files for PPM (Perl Package Manager).
2679 Name of the script that gets executed by the Perl Package Manager after
2692 Name of the script that gets executed by the Perl Package Manager before
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1397 (*===-- Pass Manager ------------------------------------------------------===*)
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3409 =head2 Cache Manager

Completed in 228 milliseconds