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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DLegacyPassManagers.h10 // This file declares the LLVM Pass Manager infrastructure.
27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
35 // Pass Manager Infrastructure uses multiple pass managers. They are
213 void addPassManager(PMDataManager *Manager) { argument
214 PassManagers.push_back(Manager);
217 // Add Manager into the list of managers that are not directly
219 inline void addIndirectPassManager(PMDataManager *Manager) { argument
220 IndirectPassManagers.push_back(Manager);
296 /// RequiredPass is run on the fly by Pass Manager when P requests it
443 /// Pass Manager itsel
[all...]
/freebsd-10.2-release/contrib/ofed/libibcm/
H A Dlibibcm.spec6 Summary: Userspace InfiniBand Communication Manager.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp41 : Manager(Mgr),
55 : Manager(Mgr),
96 if (!Body && Manager && Manager->synthesizeBodies()) {
287 assert(Manager &&
289 return Manager->getLocationContextManager();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
418 static nodes_iterator nodes_begin(const ModuleManager &Manager) { argument
419 return Manager.begin();
422 static nodes_iterator nodes_end(const ModuleManager &Manager) { argument
423 return Manager.end();
/freebsd-10.2-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec6 Summary: Userspace RDMA Connection Manager
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h68 AnalysisDeclContextManager *Manager; member in class:clang::AnalysisDeclContext
105 return Manager;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp735 RetainSummaryManager &Manager; member in class:__anon3601::RetainSummaryTemplate
741 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
745 RealSummary = Manager.getPersistentSummary(ScratchSummary);
/freebsd-10.2-release/crypto/heimdal/
H A Dconfigure1652 --enable-kcm enable Kerberos Credentials Manager

Completed in 119 milliseconds