Searched refs:InterfaceID (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Pass.cpp | 197 RegisterAGBase::RegisterAGBase(StringRef Name, const void *InterfaceID, in RegisterAGBase() argument 199 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 200 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
|
H A D | PassRegistry.cpp | 78 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 82 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | PassRegistry.h | 75 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
H A D | PassSupport.h | 125 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4292 serialization::GlobalDeclID InterfaceID; member in __anone9154d050611::ObjCCategoriesVisitor 4338 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument 4341 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor() 4361 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 4377 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|