Searched refs:InterfaceID (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Pass.cpp | 209 RegisterAGBase::RegisterAGBase(StringRef Name, const void *InterfaceID, in RegisterAGBase() argument 211 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 212 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | PassRegistry.h | 75 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
| H A D | PassSupport.h | 140 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4173 serialization::GlobalDeclID InterfaceID; member in __anon409365d10811::ObjCCategoriesVisitor 4219 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument 4222 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor() 4242 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 4258 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|