Searched refs:InterfaceID (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4325 serialization::GlobalDeclID InterfaceID; member in __anon170f03ee0611::ObjCCategoriesVisitor 4371 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument 4374 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor() 4394 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 4410 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|