Searched refs:InterfaceID (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Pass.cpp | 213 RegisterAGBase::RegisterAGBase(StringRef Name, const void *InterfaceID, in RegisterAGBase() argument 215 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 216 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
|
| H A D | PassRegistry.cpp | 72 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 76 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ |
| H A D | PassRegistry.h | 74 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
| H A D | PassSupport.h | 140 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4338 serialization::GlobalDeclID InterfaceID; member in __anonf03d97f00811::ObjCCategoriesVisitor 4383 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument 4386 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor() 4406 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 4422 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|