Searched refs:InterfaceID (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | 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()
|
| HD | PassRegistry.cpp | 72 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 76 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ |
| HD | PassRegistry.h | 74 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
| HD | PassSupport.h | 140 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 4402 GlobalDeclID InterfaceID; member in __anonfadea9d40b11::ObjCCategoriesVisitor 4447 GlobalDeclID InterfaceID, unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument 4449 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor() 4470 Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 4486 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|